OmniSciDB
1dac507f6e
|
#include <RelAlgAbstractInterpreter.h>
Public Attributes | |
bool | unbounded |
bool | preceding |
bool | following |
bool | is_current_row |
std::shared_ptr< const RexScalar > | offset |
int | order_key |
Definition at line 458 of file RelAlgAbstractInterpreter.h.
bool RexWindowFunctionOperator::RexWindowBound::following |
Definition at line 461 of file RelAlgAbstractInterpreter.h.
Referenced by anonymous_namespace{RelAlgTranslator.cpp}::supported_lower_bound().
bool RexWindowFunctionOperator::RexWindowBound::is_current_row |
Definition at line 462 of file RelAlgAbstractInterpreter.h.
Referenced by anonymous_namespace{RelAlgTranslator.cpp}::supported_lower_bound().
std::shared_ptr<const RexScalar> RexWindowFunctionOperator::RexWindowBound::offset |
Definition at line 463 of file RelAlgAbstractInterpreter.h.
Referenced by anonymous_namespace{RelAlgTranslator.cpp}::supported_lower_bound().
int RexWindowFunctionOperator::RexWindowBound::order_key |
Definition at line 464 of file RelAlgAbstractInterpreter.h.
Referenced by anonymous_namespace{RelAlgTranslator.cpp}::supported_lower_bound().
bool RexWindowFunctionOperator::RexWindowBound::preceding |
Definition at line 460 of file RelAlgAbstractInterpreter.h.
Referenced by anonymous_namespace{RelAlgTranslator.cpp}::supported_lower_bound().
bool RexWindowFunctionOperator::RexWindowBound::unbounded |