iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
iceberg::GetProjectedIdsVisitor Class Reference

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)
 

Detailed Description

Visitor for getting projected field IDs.


The documentation for this class was generated from the following files: