Uses of Class
io.prestosql.execution.QueryExecution.QueryOutputInfo
-
Packages that use QueryExecution.QueryOutputInfo Package Description io.prestosql.execution -
-
Uses of QueryExecution.QueryOutputInfo in io.prestosql.execution
Method parameters in io.prestosql.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)
-