Class RelLogicalValues¶
-
class
RelLogicalValues
: public RelAlgNode¶ -
Public Functions
-
RelLogicalValues
(const std::vector<TargetMetaInfo> &tuple_type, std::vector<RowValues> &values)¶
-
RelLogicalValues
(RelLogicalValues const &rhs)¶
-
const std::vector<TargetMetaInfo>
getTupleType
() const¶
-
std::string
toString
() const¶
-
size_t
toHash
() const¶
-
size_t
getRowsSize
() const¶
-
size_t
getNumRows
() const¶
-
size_t
size
() const¶
-
bool
hasRows
() const¶
-
std::shared_ptr<RelAlgNode>
deepCopy
() const¶
Private Members
-
const std::vector<TargetMetaInfo>
tuple_type_
¶
-