OmniSciDB
a5dc49c757
|
This is the complete list of members for RexLiteral, including all inherited members.
accept(Visitor &v, std::string name) const override | RexLiteral | inlinevirtual |
acceptChildren(Visitor &v) const override | RexLiteral | inlinevirtual |
deepCopy() const | RexLiteral | inline |
getIdInPlanTree() const | RelAlgDagNode | inline |
getPrecision() const | RexLiteral | inline |
getScale() const | RexLiteral | inline |
getStepNumber() const | Rex | inlinevirtual |
getTargetPrecision() const | RexLiteral | inline |
getTargetScale() const | RexLiteral | inline |
getTargetType() const | RexLiteral | inline |
getType() const | RexLiteral | inline |
getVal() const | RexLiteral | inline |
hash_ | Rex | mutableprotected |
hash_value(RexLiteral const &) | RexLiteral | friend |
id_in_plan_tree_ | RelAlgDagNode | mutableprotected |
literal_ | RexLiteral | private |
precision_ | RexLiteral | private |
RelAlgDagNode() | RelAlgDagNode | inline |
RelAlgDagSerializer | RexLiteral | friend |
RexLiteral() | RexLiteral | inline |
RexLiteral(const int64_t val, const SQLTypes type, const SQLTypes target_type, const unsigned scale, const unsigned precision, const unsigned target_scale, const unsigned target_precision) | RexLiteral | inline |
RexLiteral(const double val, const SQLTypes type, const SQLTypes target_type, const unsigned scale, const unsigned precision, const unsigned target_scale, const unsigned target_precision) | RexLiteral | inline |
RexLiteral(const std::string &val, const SQLTypes type, const SQLTypes target_type, const unsigned scale, const unsigned precision, const unsigned target_scale, const unsigned target_precision) | RexLiteral | inline |
RexLiteral(const bool val, const SQLTypes type, const SQLTypes target_type, const unsigned scale, const unsigned precision, const unsigned target_scale, const unsigned target_precision) | RexLiteral | inline |
RexLiteral(const SQLTypes target_type) | RexLiteral | inline |
scale_ | RexLiteral | private |
setIdInPlanTree(size_t id) const | RelAlgDagNode | inline |
setStepNumber(size_t step) const | RelAlgDagNode | inlinevirtual |
step_ | RelAlgDagNode | mutableprotected |
target_precision_ | RexLiteral | private |
target_scale_ | RexLiteral | private |
target_type_ | RexLiteral | private |
toHash() const override | RexLiteral | inlinevirtual |
toString(RelRexToStringConfig config=RelRexToStringConfig::defaults()) const override | RexLiteral | inlinevirtual |
type_ | RexLiteral | private |
~Rex() | Rex | inlinevirtual |