Package io.trino.server.protocol
Class QueryResultRows
java.lang.Object
io.trino.server.protocol.QueryResultRows
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryResultRowslongReturns expected row count (we don't know yet if every row is serializable).booleanisEmpty()iterator()static QueryResultRows.BuilderqueryResultRowsBuilder(Session session) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
isEmpty
public boolean isEmpty() -
getColumns
-
getTotalRowsCount
public long getTotalRowsCount()Returns expected row count (we don't know yet if every row is serializable). -
getUpdateCount
-
iterator
-
toString
-
empty
-
queryResultRowsBuilder
-