Documentation
¶
Index ¶
- func GetMetadataLoc(location string, newVersion uint) string
- func ParseMetadataVersion(location string) int
- func UpdateTableMetadata(base table.Metadata, updates []table.Update, metadataLoc string) (table.Metadata, error)
- func WriteMetadata(ctx context.Context, metadata table.Metadata, loc string, ...) error
- type CreateTableCfg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMetadataLoc ¶
func ParseMetadataVersion ¶
func UpdateTableMetadata ¶
func WriteMetadata ¶
Types ¶
type CreateTableCfg ¶
type CreateTableCfg struct {
Location string
PartitionSpec *iceberg.PartitionSpec
SortOrder table.SortOrder
Properties iceberg.Properties
}
Click to show internal directories.
Click to hide internal directories.