Class Analyzer::ArrayExpr¶
-
class
ArrayExpr: public Analyzer::Expr¶ Public Functions
-
ArrayExpr(SQLTypeInfo const &array_ti, ExpressionPtrVector const &array_exprs, bool is_null = false, bool local_alloc = false)¶
-
ExpressionPtr
deep_copy() const¶
-
std::string
toString() const¶
-
size_t
getElementCount() const¶
-
bool
isLocalAlloc() const¶
-
bool
isNull() const¶
-
void
collect_rte_idx(std::set<int> &rte_idx_set) const¶
-