Uses of Interface
org.apache.drill.exec.physical.base.Store
Packages that use Store
Package
Description
Defines a mock data source which generates dummy test data for use
in testing.
-
Uses of Store in org.apache.drill.exec.physical.base
Classes in org.apache.drill.exec.physical.base that implement StoreMethods in org.apache.drill.exec.physical.base that return StoreModifier and TypeMethodDescriptionStore.getSpecificStore(PhysicalOperator child, int minorFragmentId) Provides full materialized Store operators for execution purposes.Methods in org.apache.drill.exec.physical.base with parameters of type StoreModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitStore(Store store, X value) PhysicalVisitor.visitStore(Store store, EXTRA value) -
Uses of Store in org.apache.drill.exec.physical.config
Classes in org.apache.drill.exec.physical.config that implement StoreMethods in org.apache.drill.exec.physical.config that return StoreModifier and TypeMethodDescriptionScreen.getSpecificStore(PhysicalOperator child, int minorFragmentId) -
Uses of Store in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment with parameters of type StoreModifier and TypeMethodDescriptionMaterializer.visitStore(Store store, Materializer.IndexedFragmentNode iNode) StatsCollector.visitStore(Store store, Wrapper wrapper) -
Uses of Store in org.apache.drill.exec.planner.fragment.contrib
Methods in org.apache.drill.exec.planner.fragment.contrib with parameters of type StoreModifier and TypeMethodDescriptionExchangeRemoverMaterializer.visitStore(Store store, Materializer.IndexedFragmentNode iNode) -
Uses of Store in org.apache.drill.exec.store.mock
Classes in org.apache.drill.exec.store.mock that implement StoreMethods in org.apache.drill.exec.store.mock that return StoreModifier and TypeMethodDescriptionMockStorePOP.getSpecificStore(PhysicalOperator child, int minorFragmentId)