OmniSciDB
c1a53651b2
|
This is the complete list of members for RexLiteral, including all inherited members.
deepCopy() const | RexLiteral | inline |
getPrecision() const | RexLiteral | inline |
getScale() const | RexLiteral | inline |
getTargetPrecision() const | RexLiteral | inline |
getTargetScale() const | RexLiteral | inline |
getTargetType() const | RexLiteral | inline |
getType() const | RexLiteral | inline |
getVal() const | RexLiteral | inline |
hash_ | Rex | mutableprotected |
literal_ | RexLiteral | private |
precision_ | RexLiteral | private |
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 |
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 |