|
iceberg-cpp
|
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 |
Represents a column move operation within a struct (internal use only).