public class IcebergDataFileMeta extends Object
See Iceberg spec.
Modifier and Type | Class and Description |
---|---|
static class |
IcebergDataFileMeta.Content
See Iceberg
data_file struct content field. |
Modifier and Type | Method and Description |
---|---|
IcebergDataFileMeta.Content |
content() |
static IcebergDataFileMeta |
create(IcebergDataFileMeta.Content content,
String filePath,
String fileFormat,
BinaryRow partition,
long recordCount,
long fileSizeInBytes,
IcebergSchema icebergSchema,
SimpleStats stats) |
boolean |
equals(Object o) |
String |
fileFormat() |
String |
filePath() |
long |
fileSizeInBytes() |
int |
hashCode() |
InternalMap |
lowerBounds() |
InternalMap |
nullValueCounts() |
BinaryRow |
partition() |
long |
recordCount() |
static RowType |
schema(RowType partitionType) |
InternalMap |
upperBounds() |
public static IcebergDataFileMeta create(IcebergDataFileMeta.Content content, String filePath, String fileFormat, BinaryRow partition, long recordCount, long fileSizeInBytes, IcebergSchema icebergSchema, SimpleStats stats)
public IcebergDataFileMeta.Content content()
public String filePath()
public String fileFormat()
public BinaryRow partition()
public long recordCount()
public long fileSizeInBytes()
public InternalMap nullValueCounts()
public InternalMap lowerBounds()
public InternalMap upperBounds()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.