Class QueryResources.TabularResult
java.lang.Object
org.apache.drill.exec.server.rest.QueryResources.TabularResult
- Enclosing class:
- QueryResources
Model class for Results page
-
Constructor Summary
ConstructorDescriptionTabularResult
(RestQueryRunner.QueryResult result, String rowsPerPageValuesAsStr) -
Method Summary
-
Constructor Details
-
TabularResult
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getQueryId
-
getColumns
-
getRows
-
getRowsPerPageValues
-
getQueryState
-
isResultSetAutoLimited
public boolean isResultSetAutoLimited() -
getAutoLimitedRowCount
public int getAutoLimitedRowCount()
-