Class ParquetGroupScanStatistics<T extends BaseMetadata & LocationProvider>
java.lang.Object
org.apache.drill.exec.store.parquet.ParquetGroupScanStatistics<T>
Holds common statistics about data in parquet group scan,
including information about total row count, columns counts, partition columns.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
collect
(Collection<T> metadataList) long
getColumnValueCount
(SchemaPath column) getPartitionPaths
(SchemaPath column) getPartitionValue
(org.apache.hadoop.fs.Path path, SchemaPath column) long
getTypeForColumn
(SchemaPath schemaPath)
-
Constructor Details
-
ParquetGroupScanStatistics
-
ParquetGroupScanStatistics
-
-
Method Details
-
getColumnValueCount
-
getPartitionColumns
-
getTypeForColumn
-
getRowCount
public long getRowCount() -
getPartitionValue
-
getPartitionPaths
-
collect
-