OmniSciDB
a5dc49c757
|
This is the complete list of members for Analyzer::InIntegerSet, including all inherited members.
add_cast(const SQLTypeInfo &new_type_info) | Analyzer::Expr | virtual |
add_unique(std::list< const Expr * > &expr_list) const | Analyzer::Expr | virtual |
arg | Analyzer::InIntegerSet | private |
check_group_by(const std::list< std::shared_ptr< Analyzer::Expr >> &groupby) const | Analyzer::Expr | inlinevirtual |
collect_column_var(std::set< const ColumnVar *, bool(*)(const ColumnVar *, const ColumnVar *)> &colvar_set, bool include_agg) const | Analyzer::Expr | inlinevirtual |
collect_rte_idx(std::set< int > &rte_idx_set) const | Analyzer::Expr | inlinevirtual |
contains_agg | Analyzer::Expr | protected |
decompress() | Analyzer::Expr | |
deep_copy() const override | Analyzer::InIntegerSet | virtual |
Expr(SQLTypes t, bool notnull) | Analyzer::Expr | inline |
Expr(SQLTypes t, int d, bool notnull) | Analyzer::Expr | inline |
Expr(SQLTypes t, int d, int s, bool notnull) | Analyzer::Expr | inline |
Expr(const SQLTypeInfo &ti, bool has_agg=false) | Analyzer::Expr | inline |
find_expr(std::function< bool(const Expr *)> f, std::list< const Expr * > &expr_list) const | Analyzer::Expr | inlinevirtual |
get_arg() const | Analyzer::InIntegerSet | inline |
get_contains_agg() const | Analyzer::Expr | inline |
get_domain(DomainSet &domain_set) const | Analyzer::Expr | inlinevirtual |
get_num_column_vars(const bool include_agg) const | Analyzer::Expr | virtual |
get_shared_ptr() | Analyzer::Expr | inline |
get_type_info() const | Analyzer::Expr | inline |
get_value_list() const | Analyzer::InIntegerSet | inline |
group_predicates(std::list< const Expr * > &scan_predicates, std::list< const Expr * > &join_predicates, std::list< const Expr * > &const_predicates) const | Analyzer::Expr | inlinevirtual |
InIntegerSet(const std::shared_ptr< const Analyzer::Expr > a, const std::vector< int64_t > &values, const bool not_null) | Analyzer::InIntegerSet | |
normalize_simple_predicate(int &rte_idx) const | Analyzer::Expr | inlinevirtual |
operator==(const Expr &rhs) const override | Analyzer::InIntegerSet | virtual |
print() const | Analyzer::Expr | inlinevirtual |
rewrite_agg_to_var(const std::vector< std::shared_ptr< TargetEntry >> &tlist) const | Analyzer::Expr | inlinevirtual |
rewrite_with_child_targetlist(const std::vector< std::shared_ptr< TargetEntry >> &tlist) const | Analyzer::Expr | inlinevirtual |
rewrite_with_targetlist(const std::vector< std::shared_ptr< TargetEntry >> &tlist) const | Analyzer::Expr | inlinevirtual |
set_contains_agg(bool a) | Analyzer::Expr | inline |
set_type_info(const SQLTypeInfo &ti) | Analyzer::Expr | inline |
toString() const override | Analyzer::InIntegerSet | virtual |
type_info | Analyzer::Expr | protected |
value_list | Analyzer::InIntegerSet | private |
~Expr() | Analyzer::Expr | inlinevirtual |