Uses of Class
io.trino.execution.QueryExecution.QueryOutputInfo
-
Packages that use QueryExecution.QueryOutputInfo Package Description io.trino.execution -
-
Uses of QueryExecution.QueryOutputInfo in io.trino.execution
Method parameters in io.trino.execution with type arguments of type QueryExecution.QueryOutputInfo Modifier and Type Method Description voidDataDefinitionExecution. addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener)voidQueryExecution. addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener)voidQueryManager. addOutputInfoListener(QueryId queryId, Consumer<QueryExecution.QueryOutputInfo> listener)Add a listener that fires once the query output locations are known.voidQueryStateMachine. addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener)voidQueryStateMachine.QueryOutputManager. addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener)voidSqlQueryExecution. addOutputInfoListener(Consumer<QueryExecution.QueryOutputInfo> listener)voidSqlQueryManager. addOutputInfoListener(QueryId queryId, Consumer<QueryExecution.QueryOutputInfo> listener)
-