taco-db
0.1.0
|
This is the complete list of members for taco::FuncCallOperator, including all inherited members.
append_indent(std::string &buf, int indent) | taco::TreeNode | static |
CheckAndLookupFunction(Oid funcid, std::shared_ptr< const SysTable_Type > &rettyp, const UniquePtrs &... arg_exprs) | taco::FuncCallOperator | inlineprivatestatic |
CheckAndLookupFunctionImpl(Oid funcid, std::shared_ptr< const SysTable_Type > &rettyp, std::vector< const ExprNode * > arg_expr_ptrs) | taco::FuncCallOperator | privatestatic |
Create(Oid funcid, UniquePtrs &&...arg_exprs) | taco::FuncCallOperator | inlinestatic |
Eval(const std::vector< NullableDatumRef > &record) const override | taco::FuncCallOperator | virtual |
Eval(const char *record) const override | taco::FuncCallOperator | virtual |
ExprNode(NodeTag tag, UniquePtrs &&...input) | taco::ExprNode | inline |
FuncCallOperator(FunctionInfo &&func, Oid funcid, std::shared_ptr< const SysTable_Type > rettyp, UniquePtrs &&...arg_exprs) | taco::FuncCallOperator | inlineprivate |
get_input(size_t i) const | taco::TreeNode | inline |
get_input_as(size_t i) const | taco::TreeNode | inline |
get_tag() const | taco::TreeNode | inline |
m_func | taco::FuncCallOperator | private |
m_funcid | taco::FuncCallOperator | private |
m_input | taco::TreeNode | private |
m_nargs | taco::FuncCallOperator | private |
m_tag | taco::TreeNode | private |
m_type | taco::ExprNode | protected |
node_name() const | taco::TreeNode | inline |
node_properties_to_string(std::string &buf, int indent) const override | taco::FuncCallOperator | virtual |
node_to_string(std::string &buf, int indent) const | taco::TreeNode | |
operator=(TreeNode &&)=default | taco::TreeNode | |
operator=(const TreeNode &)=delete | taco::TreeNode | |
ReturnType() const | taco::ExprNode | inline |
to_string() const | taco::TreeNode | inline |
TO_STRING_INDENT_SIZE | taco::TreeNode | privatestatic |
TreeNode(NodeTag tag, UniquePtrs &&...input) | taco::TreeNode | inline |
TreeNode(TreeNode &&)=default | taco::TreeNode | |
TreeNode(const TreeNode &)=delete | taco::TreeNode | |
~ExprNode() | taco::ExprNode | inlinevirtual |
~FuncCallOperator() override | taco::FuncCallOperator | inline |
~TreeNode() | taco::TreeNode | inlinevirtual |