public interface DataFile
Modifier and Type | Method and Description |
---|---|
long |
blockSizeInBytes() |
java.util.Map<java.lang.Integer,java.lang.Long> |
columnSizes() |
DataFile |
copy()
Copies this
data file . |
java.lang.Integer |
fileOrdinal() |
long |
fileSizeInBytes() |
FileFormat |
format() |
static Types.StructType |
getType(Types.StructType partitionType) |
java.util.Map<java.lang.Integer,java.nio.ByteBuffer> |
lowerBounds() |
java.util.Map<java.lang.Integer,java.lang.Long> |
nullValueCounts() |
StructLike |
partition() |
java.lang.CharSequence |
path() |
long |
recordCount() |
java.util.List<java.lang.Integer> |
sortColumns() |
java.util.Map<java.lang.Integer,java.nio.ByteBuffer> |
upperBounds() |
java.util.Map<java.lang.Integer,java.lang.Long> |
valueCounts() |
static Types.StructType getType(Types.StructType partitionType)
java.lang.CharSequence path()
FileFormat format()
StructLike partition()
StructLike
long recordCount()
long fileSizeInBytes()
long blockSizeInBytes()
java.lang.Integer fileOrdinal()
java.util.List<java.lang.Integer> sortColumns()
java.util.Map<java.lang.Integer,java.lang.Long> columnSizes()
java.util.Map<java.lang.Integer,java.lang.Long> valueCounts()
java.util.Map<java.lang.Integer,java.lang.Long> nullValueCounts()
java.util.Map<java.lang.Integer,java.nio.ByteBuffer> lowerBounds()
java.util.Map<java.lang.Integer,java.nio.ByteBuffer> upperBounds()