Uses of Class
io.trino.parquet.ParquetDataSourceId
-
Packages that use ParquetDataSourceId Package Description io.trino.parquet io.trino.parquet.predicate -
-
Uses of ParquetDataSourceId in io.trino.parquet
Methods in io.trino.parquet that return ParquetDataSourceId Modifier and Type Method Description ParquetDataSourceIdParquetDataSource. getId() -
Uses of ParquetDataSourceId in io.trino.parquet.predicate
Methods in io.trino.parquet.predicate with parameters of type ParquetDataSourceId Modifier and Type Method Description static DomainTupleDomainParquetPredicate. getDomain(Type type, long rowCount, org.apache.parquet.internal.column.columnindex.ColumnIndex columnIndex, ParquetDataSourceId id, RichColumnDescriptor descriptor, org.joda.time.DateTimeZone timeZone)static DomainTupleDomainParquetPredicate. getDomain(org.apache.parquet.column.ColumnDescriptor column, Type type, long rowCount, org.apache.parquet.column.statistics.Statistics<?> statistics, ParquetDataSourceId id, org.joda.time.DateTimeZone timeZone)booleanPredicate. matches(long numberOfRows, Map<org.apache.parquet.column.ColumnDescriptor,org.apache.parquet.column.statistics.Statistics<?>> statistics, ParquetDataSourceId id)Should the Parquet Reader process a file section with the specified statistics.booleanPredicate. matches(long numberOfRows, org.apache.parquet.internal.filter2.columnindex.ColumnIndexStore columnIndex, ParquetDataSourceId id)Should the Parquet Reader process a file section with the specified statistics.booleanTupleDomainParquetPredicate. matches(long numberOfRows, Map<org.apache.parquet.column.ColumnDescriptor,org.apache.parquet.column.statistics.Statistics<?>> statistics, ParquetDataSourceId id)booleanTupleDomainParquetPredicate. matches(long numberOfRows, org.apache.parquet.internal.filter2.columnindex.ColumnIndexStore columnIndexStore, ParquetDataSourceId id)
-