public class SparkDataFile extends SparkContentFile<org.apache.iceberg.DataFile> implements org.apache.iceberg.DataFile
COLUMN_SIZES, CONTENT, EQUALITY_IDS, FILE_FORMAT, FILE_PATH, FILE_SIZE, KEY_METADATA, LOWER_BOUNDS, NAN_VALUE_COUNTS, NULL_VALUE_COUNTS, PARTITION_DOC, PARTITION_ID, PARTITION_NAME, RECORD_COUNT, SORT_ORDER_ID, SPEC_ID, SPLIT_OFFSETS, UPPER_BOUNDS, VALUE_COUNTS| Constructor and Description |
|---|
SparkDataFile(org.apache.iceberg.types.Types.StructType type,
org.apache.spark.sql.types.StructType sparkType) |
SparkDataFile(org.apache.iceberg.types.Types.StructType type,
org.apache.iceberg.types.Types.StructType projectedType,
org.apache.spark.sql.types.StructType sparkType) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.iceberg.DataFile |
asFile() |
java.util.List<java.lang.Integer> |
equalityFieldIds() |
columnSizes, content, copy, copyWithoutStats, fileSizeInBytes, format, keyMetadata, lowerBounds, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, splitOffsets, upperBounds, valueCounts, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcolumnSizes, copy, copy, copyWithoutStats, copyWithStats, dataSequenceNumber, fileSequenceNumber, fileSizeInBytes, format, keyMetadata, lowerBounds, nanValueCounts, nullValueCounts, partition, path, pos, recordCount, sortOrderId, specId, splitOffsets, upperBounds, valueCountspublic SparkDataFile(org.apache.iceberg.types.Types.StructType type,
org.apache.spark.sql.types.StructType sparkType)
public SparkDataFile(org.apache.iceberg.types.Types.StructType type,
org.apache.iceberg.types.Types.StructType projectedType,
org.apache.spark.sql.types.StructType sparkType)
protected org.apache.iceberg.DataFile asFile()
asFile in class SparkContentFile<org.apache.iceberg.DataFile>public java.util.List<java.lang.Integer> equalityFieldIds()
equalityFieldIds in interface org.apache.iceberg.ContentFile<org.apache.iceberg.DataFile>equalityFieldIds in interface org.apache.iceberg.DataFileequalityFieldIds in class SparkContentFile<org.apache.iceberg.DataFile>