Interface OrcPredicate
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(long numberOfRows, ColumnMetadata<ColumnStatistics> allColumnStatistics) Should the ORC reader process a file section with the specified statistics.
-
Field Details
-
TRUE
-
-
Method Details
-
matches
Should the ORC reader process a file section with the specified statistics.- Parameters:
numberOfRows- the number of rows in the segment; this can be used withColumnStatisticsto determine if a column is only nullallColumnStatistics- column statistics
-