Package io.trino.execution
Class QueryExecution.QueryOutputInfo
java.lang.Object
io.trino.execution.QueryExecution.QueryOutputInfo
- Enclosing interface:
- QueryExecution
Output schema and buffer URIs for query. The info will always contain column names and types. Buffer locations will always
contain the full location set, but may be empty. Users of this data should keep a private copy of the seen buffers to
handle out of order events from the listener. Once noMoreBufferLocations is set the locations will never change, and
it is guaranteed that all previously sent locations are contained in the buffer locations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
QueryOutputInfo
-
-
Method Details
-
getColumnNames
-
getColumnTypes
-
getBufferLocations
-
isNoMoreBufferLocations
public boolean isNoMoreBufferLocations()
-