Interface OptimizerRulesContext

All Superinterfaces:
UdfUtilities
All Known Implementing Classes:
QueryContext

public interface OptimizerRulesContext extends UdfUtilities
  • 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