Class RelLogicalUnion¶
-
class
RelLogicalUnion
: public RelAlgNode¶ Public Functions
-
RelLogicalUnion
(RelAlgInputs inputs, bool is_all)¶
-
std::shared_ptr<RelAlgNode>
deepCopy
() const¶
-
size_t
size
() const¶
-
std::string
toString
() const¶
-
size_t
toHash
() const¶
-
std::string
getFieldName
(const size_t i) const¶
-
bool
isAll
() const¶
-
void
checkForMatchingMetaInfoTypes
() const¶
Private Members
-
bool const
is_all_
¶
-