OmniSciDB
a5dc49c757
|
This is the complete list of members for RelTableFunction, including all inherited members.
accept(Visitor &v, std::string name) const override | RelTableFunction | inlinevirtual |
acceptChildren(Visitor &v) const override | RelTableFunction | inlinevirtual |
addManagedInput(std::shared_ptr< const RelAlgNode > input) | RelAlgNode | inline |
clearContextData() const | RelAlgNode | inline |
col_inputs_ | RelTableFunction | private |
countRexLiteralArgs() const | RelTableFunction | |
deepCopy() const override | RelTableFunction | inlinevirtual |
fields_ | RelTableFunction | private |
function_name_ | RelTableFunction | private |
getAndOwnInput(const size_t idx) const | RelAlgNode | inline |
getColInputsSize() const | RelTableFunction | inline |
getContextData() const | RelAlgNode | inline |
getFieldName(const size_t idx) const | RelTableFunction | inline |
getFields() const | RelTableFunction | inline |
getFunctionName() const | RelTableFunction | inline |
getId() const | RelAlgNode | inline |
getIdInPlanTree() const | RelAlgDagNode | inline |
getInput(const size_t idx) const | RelAlgNode | inline |
getInputs() const | RelAlgNode | inline |
getOutputMetainfo() const | RelAlgNode | inline |
getQueryPlanDag() const | RelAlgNode | inline |
getQueryPlanDagHash() const | RelAlgNode | inline |
getRelNodeDagId() const | RelAlgNode | inline |
getStepNumber() const | RelAlgDagNode | inlinevirtual |
getTableFuncInputAt(const size_t idx) const | RelTableFunction | inline |
getTableFuncInputAtAndRelease(const size_t idx) | RelTableFunction | inline |
getTableFuncInputsSize() const | RelTableFunction | inline |
getTargetExpr(size_t idx) const | RelTableFunction | inline |
hasContextData() const | RelAlgNode | inline |
hash_ | RelAlgNode | mutableprotected |
hash_value(RelTableFunction const &) | RelTableFunction | friend |
hasInput(const RelAlgNode *needle) const | RelAlgNode | inline |
id_ | RelAlgNode | protected |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
inputCount() const | RelAlgNode | inline |
inputs_ | RelAlgNode | protected |
isNop() const | RelAlgNode | inline |
markAsNop() | RelAlgNode | inline |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgDagSerializer | RelTableFunction | friend |
RelAlgNode(RelAlgInputs inputs={}) | RelAlgNode | inline |
RelTableFunction()=default | RelTableFunction | |
RelTableFunction(const std::string &function_name, RelAlgInputs inputs, std::vector< std::string > &fields, std::vector< const Rex * > col_inputs, std::vector< std::unique_ptr< const RexScalar >> &table_func_inputs, std::vector< std::unique_ptr< const RexScalar >> &target_exprs) | RelTableFunction | inline |
RelTableFunction(RelTableFunction const &) | RelTableFunction | |
replaceInput(std::shared_ptr< const RelAlgNode > old_input, std::shared_ptr< const RelAlgNode > input) override | RelTableFunction | virtual |
resetQueryExecutionState() | RelAlgNode | inline |
resetRelAlgFirstId() noexcept | RelAlgNode | static |
setContextData(const RaExecutionDesc *context_data) const | RelAlgNode | inline |
setFields(std::vector< std::string > &&fields) | RelTableFunction | inline |
setIdInPlanTree(size_t id) const | RelAlgDagNode | inline |
setOutputMetainfo(std::vector< TargetMetaInfo > targets_metainfo) const | RelAlgNode | inline |
setQueryPlanDag(const std::string &extracted_query_plan_dag) const | RelAlgNode | inline |
setRelNodeDagId(const size_t id) const | RelAlgNode | inline |
setStepNumber(size_t step) const | RelAlgDagNode | inlinevirtual |
setTableFuncInputs(std::vector< std::unique_ptr< const RexScalar >> &&exprs) | RelTableFunction | |
size() const override | RelTableFunction | inlinevirtual |
step_ | RelAlgDagNode | mutableprotected |
table_func_inputs_ | RelTableFunction | private |
target_exprs_ | RelTableFunction | private |
toHash() const override | RelTableFunction | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RelTableFunction | inlinevirtual |
~RelAlgNode() | RelAlgNode | inlinevirtual |