Class DeltaLakeParquetFileStatistics
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.statistics.DeltaLakeParquetFileStatistics
-
- All Implemented Interfaces:
DeltaLakeFileStatistics
public class DeltaLakeParquetFileStatistics extends Object implements DeltaLakeFileStatistics
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Optional<Object>getMaxColumnValue(DeltaLakeColumnHandle columnHandle)Optional<Map<String,Object>>getMaxValues()Optional<Object>getMinColumnValue(DeltaLakeColumnHandle columnHandle)Optional<Map<String,Object>>getMinValues()Optional<Map<String,Object>>getNullCount()Optional<Long>getNullCount(String columnName)Optional<Long>getNumRecords()longgetRetainedSizeInBytes()inthashCode()StringtoString()
-
-
-
Method Detail
-
getNumRecords
public Optional<Long> getNumRecords()
- Specified by:
getNumRecordsin interfaceDeltaLakeFileStatistics
-
getMaxColumnValue
public Optional<Object> getMaxColumnValue(DeltaLakeColumnHandle columnHandle)
- Specified by:
getMaxColumnValuein interfaceDeltaLakeFileStatistics
-
getMinColumnValue
public Optional<Object> getMinColumnValue(DeltaLakeColumnHandle columnHandle)
- Specified by:
getMinColumnValuein interfaceDeltaLakeFileStatistics
-
getNullCount
public Optional<Long> getNullCount(String columnName)
- Specified by:
getNullCountin interfaceDeltaLakeFileStatistics
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()
- Specified by:
getRetainedSizeInBytesin interfaceDeltaLakeFileStatistics
-
-