Uses of Class
io.trino.sql.analyzer.Output
-
Packages that use Output Package Description io.trino.execution io.trino.sql.analyzer -
-
Uses of Output in io.trino.execution
Methods in io.trino.execution that return types with arguments of type Output Modifier and Type Method Description Optional<Output>QueryInfo. getOutput()Method parameters in io.trino.execution with type arguments of type Output Modifier and Type Method Description voidQueryStateMachine. setOutput(Optional<Output> output) -
Uses of Output in io.trino.sql.analyzer
Methods in io.trino.sql.analyzer that return types with arguments of type Output Modifier and Type Method Description Optional<Output>Analysis. getTarget()
-