Uses of Class
io.trino.execution.Input
-
Packages that use Input Package Description io.trino.execution io.trino.sql.planner -
-
Uses of Input in io.trino.execution
Methods in io.trino.execution that return types with arguments of type Input Modifier and Type Method Description Set<Input>QueryInfo. getInputs()Method parameters in io.trino.execution with type arguments of type Input Modifier and Type Method Description voidQueryStateMachine. setInputs(List<Input> inputs) -
Uses of Input in io.trino.sql.planner
Methods in io.trino.sql.planner that return types with arguments of type Input Modifier and Type Method Description List<Input>InputExtractor. extractInputs(SubPlan root)
-