iceberg-cpp
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Public Attributes | List of all members
iceberg::UpdateSchema::Move Struct Reference

Represents a column move operation within a struct (internal use only). More...

#include <update_schema.h>

Public Types

enum class  MoveType { kFirst , kBefore , kAfter }
 

Static Public Member Functions

static Move First (int32_t field_id)
 
static Move Before (int32_t field_id, int32_t reference_field_id)
 
static Move After (int32_t field_id, int32_t reference_field_id)
 

Public Attributes

int32_t field_id
 
int32_t reference_field_id
 
MoveType type
 

Detailed Description

Represents a column move operation within a struct (internal use only).


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