|
iceberg-cpp
|
Visitor for getting projected field IDs. More...
#include <type_util.h>
Public Member Functions | |
| GetProjectedIdsVisitor (bool include_struct_ids=false) | |
| Status | Visit (const Type &type) |
| Status | VisitNested (const NestedType &type) |
| Status | VisitPrimitive (const PrimitiveType &type) |
| std::unordered_set< int32_t > | Finish () const |
Static Public Member Functions | |
| static Result< std::unordered_set< int32_t > > | GetProjectedIds (const Type &type, bool include_struct_ids=false) |
Visitor for getting projected field IDs.