Home
last modified time | relevance | path

Searched refs:CurrentDateIterator (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/context/pregenerated/
H A Dcontext.h70 class CurrentDateIterator : public NaryBaseIterator<CurrentDateIterator, PlanIteratorState>
73 SERIALIZABLE_CLASS(CurrentDateIterator);
75 SERIALIZABLE_CLASS_CONSTRUCTOR2T(CurrentDateIterator,
76 NaryBaseIterator<CurrentDateIterator, PlanIteratorState>);
80 CurrentDateIterator( in CurrentDateIterator() function
85 NaryBaseIterator<CurrentDateIterator, PlanIteratorState>(sctx, loc, children) in CurrentDateIterator()
88 virtual ~CurrentDateIterator();
H A Dcontext.cpp64 SERIALIZABLE_CLASS_VERSIONS(CurrentDateIterator) in SERIALIZABLE_CLASS_VERSIONS() argument
66 void CurrentDateIterator::serialize(::zorba::serialization::Archiver& ar) in SERIALIZABLE_CLASS_VERSIONS()
69 (NaryBaseIterator<CurrentDateIterator, PlanIteratorState>*)this); in SERIALIZABLE_CLASS_VERSIONS()
73 void CurrentDateIterator::accept(PlanIterVisitor& v) const in accept()
86 CurrentDateIterator::~CurrentDateIterator() {} in ~CurrentDateIterator()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/context/
H A Dcontext_impl.cpp53 CurrentDateIterator::nextImpl(store::Item_t& result, PlanState& planState) const in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/functions/pregenerated/
H A Dfunc_context.cpp51 return new CurrentDateIterator(sctx, loc, argv); in codegen()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/visitors/pregenerated/
H A Dprinter_visitor.h191 void beginVisit( const CurrentDateIterator& );
192 void endVisit ( const CurrentDateIterator& );
H A Dplaniter_visitor.h127 class CurrentDateIterator; variable
883 virtual void beginVisit ( const CurrentDateIterator& ) = 0;
884 virtual void endVisit ( const CurrentDateIterator& ) = 0;
H A Dprinter_visitor.cpp636 void PrinterVisitor::beginVisit ( const CurrentDateIterator& a) { in beginVisit()
642 void PrinterVisitor::endVisit ( const CurrentDateIterator& ) { in endVisit() argument