iceberg-cpp
Loading...
Searching...
No Matches
Classes | Typedefs
binder.h File Reference
#include <functional>
#include <unordered_set>
#include "iceberg/expression/expression_visitor.h"

Go to the source code of this file.

Classes

class  iceberg::Binder
 
class  iceberg::IsBoundVisitor
 
class  iceberg::ReferenceVisitor
 Visitor to collect referenced field IDs from an expression. More...
 

Typedefs

using iceberg::FieldIdsSetRef = std::reference_wrapper< std::unordered_set< int32_t > >
 

Detailed Description

Bind an expression to a schema.