public static class QueryResources.TabularResult extends Object
Constructor and Description |
---|
TabularResult(RestQueryRunner.QueryResult result,
String rowsPerPageValuesAsStr) |
Modifier and Type | Method and Description |
---|---|
int |
getAutoLimitedRowCount() |
List<String> |
getColumns() |
String |
getQueryId() |
String |
getQueryState() |
List<List<String>> |
getRows() |
String |
getRowsPerPageValues() |
boolean |
isEmpty() |
boolean |
isResultSetAutoLimited() |
public TabularResult(RestQueryRunner.QueryResult result, String rowsPerPageValuesAsStr)
public boolean isEmpty()
public String getQueryId()
public String getRowsPerPageValues()
public String getQueryState()
public boolean isResultSetAutoLimited()
public int getAutoLimitedRowCount()
Copyright © 2022 The Apache Software Foundation. All rights reserved.