public abstract class ShowDataSet extends QueryDataSet
QueryDataSet.EndPoint| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
hasLimit |
protected ShowPlan |
plan |
alreadyReturnedRowNum, ascending, columnNum, dataTypes, endPoint, fetchSize, paths, rowLimit, rowOffset, withoutAllNull, withoutAnyNull, withoutNullColumnsIndex| 限定符 | 构造器和说明 |
|---|---|
protected |
ShowDataSet(List<Path> paths,
List<TSDataType> dataTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract List<RowRecord> |
getQueryDataSet() |
boolean |
hasNextWithoutConstraint() |
RowRecord |
nextWithoutConstraint() |
protected void |
putRecord(RowRecord newRecord) |
protected void |
updateRecord(RowRecord record,
String s) |
decreaseAlreadyReturnedRowNum, getColumnNum, getDataTypes, getEndPoint, getPaths, getRowLimit, getRowOffset, getWithoutNullColumnsIndex, hasLimit, hasNext, initQueryDataSetFields, isWithoutAllNull, isWithoutAnyNull, next, setColumnNum, setDataTypes, setEndPoint, setFetchSize, setRowLimit, setRowOffset, setWithoutAllNull, setWithoutAnyNull, setWithoutNullColumnsIndex, withoutNullFilterprotected ShowPlan plan
protected boolean hasLimit
protected ShowDataSet(List<Path> paths, List<TSDataType> dataTypes)
public boolean hasNextWithoutConstraint()
hasNextWithoutConstraint 在类中 QueryDataSetpublic abstract List<RowRecord> getQueryDataSet() throws MetadataException
public RowRecord nextWithoutConstraint()
nextWithoutConstraint 在类中 QueryDataSetprotected void putRecord(RowRecord newRecord)
Copyright © 2022 The Apache Software Foundation. All rights reserved.