Uses of Class
org.apache.drill.exec.physical.base.AbstractGroupScanWithMetadata
Packages that use AbstractGroupScanWithMetadata
Package
Description
-
Uses of AbstractGroupScanWithMetadata in org.apache.drill.exec.physical.base
Fields in org.apache.drill.exec.physical.base declared as AbstractGroupScanWithMetadataModifier and TypeFieldDescriptionprotected final AbstractGroupScanWithMetadata<? extends TableMetadataProvider> AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.sourceMethods in org.apache.drill.exec.physical.base that return AbstractGroupScanWithMetadataModifier and TypeMethodDescriptionAbstractGroupScanWithMetadata.applyFilter(LogicalExpression filterExpr, UdfUtilities udfUtilities, FunctionImplementationRegistry functionImplementationRegistry, OptionManager optionManager) Applies specified filterfilterExprto current group scan and produces filtering at: table level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns null segment level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns null if segment metadata was pruned, prunes underlying metadata partition level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns null if partition metadata was pruned, prunes underlying metadata file level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns nullabstract AbstractGroupScanWithMetadata<?> AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.build()Constructs required implementation ofAbstractGroupScanWithMetadatawith filtered metadata.Constructors in org.apache.drill.exec.physical.base with parameters of type AbstractGroupScanWithMetadataModifierConstructorDescriptionprotected -
Uses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.delta
Subclasses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.delta -
Uses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.dfs.easy
Subclasses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.dfs.easy -
Uses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.hive
Subclasses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.hive -
Uses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.parquet
Subclasses of AbstractGroupScanWithMetadata in org.apache.drill.exec.store.parquetMethods in org.apache.drill.exec.store.parquet that return AbstractGroupScanWithMetadataModifier and TypeMethodDescriptionAbstractParquetGroupScan.applyFilter(LogicalExpression filterExpr, UdfUtilities udfUtilities, FunctionImplementationRegistry functionImplementationRegistry, OptionManager optionManager) Applies specified filterfilterExprto current group scan and produces filtering at: table level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns null segment level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns null if segment metadata was pruned, prunes underlying metadata partition level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns null if partition metadata was pruned, prunes underlying metadata file level: if filter matches all the the data or prunes all the data, sets corresponding value toisMatchAllMetadata()and returns nullConstructors in org.apache.drill.exec.store.parquet with parameters of type AbstractGroupScanWithMetadata