iceberg-cpp
Loading...
Searching...
No Matches
iceberg::Binder Member List

This is the complete list of members for iceberg::Binder, including all inherited members.

Aggregate(const std::shared_ptr< BoundAggregate > &aggregate) overrideiceberg::Bindervirtual
Aggregate(const std::shared_ptr< UnboundAggregate > &aggregate) overrideiceberg::Bindervirtual
AlwaysFalse() overrideiceberg::Bindervirtual
AlwaysTrue() overrideiceberg::Bindervirtual
And(const std::shared_ptr< Expression > &left_result, const std::shared_ptr< Expression > &right_result) override (defined in iceberg::Binder)iceberg::Binder
ExpressionVisitor< std::shared_ptr< Expression > >::And(ParamType left_result, ParamType right_result)=0iceberg::ExpressionVisitor< std::shared_ptr< Expression > >pure virtual
Bind(const Schema &schema, const std::shared_ptr< Expression > &expr, bool case_sensitive) (defined in iceberg::Binder)iceberg::Binderstatic
Binder(const Schema &schema, bool case_sensitive) (defined in iceberg::Binder)iceberg::Binder
Not(const std::shared_ptr< Expression > &child_result) override (defined in iceberg::Binder)iceberg::Binder
ExpressionVisitor< std::shared_ptr< Expression > >::Not(ParamType child_result)=0iceberg::ExpressionVisitor< std::shared_ptr< Expression > >pure virtual
Or(const std::shared_ptr< Expression > &left_result, const std::shared_ptr< Expression > &right_result) override (defined in iceberg::Binder)iceberg::Binder
ExpressionVisitor< std::shared_ptr< Expression > >::Or(ParamType left_result, ParamType right_result)=0iceberg::ExpressionVisitor< std::shared_ptr< Expression > >pure virtual
Predicate(const std::shared_ptr< BoundPredicate > &pred) overrideiceberg::Bindervirtual
Predicate(const std::shared_ptr< UnboundPredicate > &pred) overrideiceberg::Bindervirtual