Class Analyzer::InIntegerSet

class InIntegerSet : public Analyzer::Expr

Public Functions

InIntegerSet(const std::shared_ptr<const Analyzer::Expr> a, const std::vector<int64_t> &values, const bool not_null)
const Expr *get_arg() const
const std::vector<int64_t> &get_value_list() const
std::shared_ptr<Analyzer::Expr> deep_copy() const
bool operator==(const Expr &rhs) const
std::string toString() const

Private Members

const std::shared_ptr<const Analyzer::Expr> arg
const std::vector<int64_t> value_list