Uses of Class
org.apache.drill.exec.alias.AliasRegistryProvider
Packages that use AliasRegistryProvider
Package
Description
-
Uses of AliasRegistryProvider in org.apache.calcite.jdbc
Methods in org.apache.calcite.jdbc with parameters of type AliasRegistryProviderModifier and TypeMethodDescriptionstatic org.apache.calcite.schema.SchemaPlusDynamicSchema.createRootSchema(StoragePluginRegistry storages, SchemaConfig schemaConfig, AliasRegistryProvider aliasRegistryProvider) -
Uses of AliasRegistryProvider in org.apache.drill.exec.ops
Methods in org.apache.drill.exec.ops that return AliasRegistryProviderModifier and TypeMethodDescriptionFragmentContext.getAliasRegistryProvider()Get an instance of alias registry provider for obtaining aliases.FragmentContextImpl.getAliasRegistryProvider()QueryContext.getAliasRegistryProvider() -
Uses of AliasRegistryProvider in org.apache.drill.exec.planner.physical
Methods in org.apache.drill.exec.planner.physical that return AliasRegistryProviderConstructors in org.apache.drill.exec.planner.physical with parameters of type AliasRegistryProviderModifierConstructorDescriptionPlannerSettings(OptionManager options, FunctionImplementationRegistry functionImplementationRegistry, String queryUser, AliasRegistryProvider aliasRegistryProvider) -
Uses of AliasRegistryProvider in org.apache.drill.exec.server
Methods in org.apache.drill.exec.server that return AliasRegistryProvider