Package org.apache.drill.exec.ops
Interface OptimizerRulesContext
- All Superinterfaces:
UdfUtilities
- All Known Implementing Classes:
QueryContext
-
Field Summary
Fields inherited from interface org.apache.drill.exec.ops.UdfUtilities
INJECTABLE_GETTER_METHODS
-
Method Summary
Modifier and TypeMethodDescriptionMethod returns the allocatorMethod returns the function registryMethod returns the planner optionsMethods inherited from interface org.apache.drill.exec.ops.UdfUtilities
getConstantValueHolder, getContextInformation, getDrillbitContext, getManagedBuffer, getPartitionExplorer, getResultSetLoader
-
Method Details
-
getFunctionRegistry
FunctionImplementationRegistry getFunctionRegistry()Method returns the function registry- Returns:
- FunctionImplementationRegistry
-
getAllocator
BufferAllocator getAllocator()Method returns the allocator- Returns:
- BufferAllocator
-
getPlannerSettings
PlannerSettings getPlannerSettings()Method returns the planner options- Returns:
- PlannerSettings
-