Class QueryResources.TabularResult

java.lang.Object
org.apache.drill.exec.server.rest.QueryResources.TabularResult
Enclosing class:
QueryResources

public static class QueryResources.TabularResult extends Object
Model class for Results page
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
    • getQueryId

      public String getQueryId()
    • getColumns

      public List<String> getColumns()
    • getRows

      public List<List<String>> getRows()
    • getRowsPerPageValues

      public String getRowsPerPageValues()
    • getQueryState

      public String getQueryState()
    • isResultSetAutoLimited

      public boolean isResultSetAutoLimited()
    • getAutoLimitedRowCount

      public int getAutoLimitedRowCount()