Uses of Class
io.trino.metadata.TableFunctionHandle
Packages that use TableFunctionHandle
-
Uses of TableFunctionHandle in io.trino.metadata
Methods in io.trino.metadata with parameters of type TableFunctionHandleModifier and TypeMethodDescriptionMetadata.applyTableFunction(Session session, TableFunctionHandle handle) MetadataManager.applyTableFunction(Session session, TableFunctionHandle handle) FunctionManager.getTableFunctionProcessorProvider(TableFunctionHandle tableFunctionHandle) -
Uses of TableFunctionHandle in io.trino.split
Methods in io.trino.split with parameters of type TableFunctionHandleModifier and TypeMethodDescriptionSplitManager.getSplits(Session session, io.opentelemetry.api.trace.Span parentSpan, TableFunctionHandle function) -
Uses of TableFunctionHandle in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return TableFunctionHandleModifier and TypeMethodDescriptionTableFunctionNode.getHandle()TableFunctionProcessorNode.getHandle()Constructors in io.trino.sql.planner.plan with parameters of type TableFunctionHandleModifierConstructorDescriptionTableFunctionNode(PlanNodeId id, String name, CatalogHandle functionCatalog, Map<String, Argument> arguments, List<Symbol> properOutputs, List<PlanNode> sources, List<TableFunctionNode.TableArgumentProperties> tableArgumentProperties, List<List<String>> copartitioningLists, TableFunctionHandle handle) TableFunctionProcessorNode(PlanNodeId id, String name, List<Symbol> properOutputs, Optional<PlanNode> source, boolean pruneWhenEmpty, List<TableFunctionNode.PassThroughSpecification> passThroughSpecifications, List<List<Symbol>> requiredSymbols, Optional<Map<Symbol, Symbol>> markerSymbols, Optional<DataOrganizationSpecification> specification, Set<Symbol> prePartitioned, int preSorted, Optional<Symbol> hashSymbol, TableFunctionHandle handle) -
Uses of TableFunctionHandle in io.trino.tracing
Methods in io.trino.tracing with parameters of type TableFunctionHandleModifier and TypeMethodDescriptionTracingMetadata.applyTableFunction(Session session, TableFunctionHandle handle)