public interface DataFile extends ContentFile<DataFile>
Modifier and Type | Field and Description |
---|---|
static Types.NestedField |
COLUMN_SIZES |
static Types.NestedField |
CONTENT |
static Types.NestedField |
FILE_FORMAT |
static Types.NestedField |
FILE_PATH |
static Types.NestedField |
FILE_SIZE |
static Types.NestedField |
KEY_METADATA |
static Types.NestedField |
LOWER_BOUNDS |
static Types.NestedField |
NULL_VALUE_COUNTS |
static java.lang.String |
PARTITION_DOC |
static int |
PARTITION_ID |
static java.lang.String |
PARTITION_NAME |
static Types.NestedField |
RECORD_COUNT |
static Types.NestedField |
SPLIT_OFFSETS |
static Types.NestedField |
UPPER_BOUNDS |
static Types.NestedField |
VALUE_COUNTS |
Modifier and Type | Method and Description |
---|---|
default FileContent |
content() |
static Types.StructType |
getType(Types.StructType partitionType) |
columnSizes, copy, copyWithoutStats, fileSizeInBytes, format, keyMetadata, lowerBounds, nullValueCounts, partition, path, recordCount, splitOffsets, upperBounds, valueCounts
static final Types.NestedField CONTENT
static final Types.NestedField FILE_PATH
static final Types.NestedField FILE_FORMAT
static final Types.NestedField RECORD_COUNT
static final Types.NestedField FILE_SIZE
static final Types.NestedField COLUMN_SIZES
static final Types.NestedField VALUE_COUNTS
static final Types.NestedField NULL_VALUE_COUNTS
static final Types.NestedField LOWER_BOUNDS
static final Types.NestedField UPPER_BOUNDS
static final Types.NestedField KEY_METADATA
static final Types.NestedField SPLIT_OFFSETS
static final int PARTITION_ID
static final java.lang.String PARTITION_NAME
static final java.lang.String PARTITION_DOC
static Types.StructType getType(Types.StructType partitionType)
default FileContent content()
content
in interface ContentFile<DataFile>