| 构造器和说明 |
|---|
Schema(List<ColumnMetaData> columnMetaDataList) |
| 限定符和类型 | 方法和说明 |
|---|---|
ColumnMetaData |
getColumnMetaData(int index)
Returns
ColumnMetaData for a specific column in the result |
ElasticsearchType |
getElasticsearchType(int index)
Returns the
ElasticsearchType corresponding to a specific
column in the result. |
int |
getNumberOfColumns() |
public Schema(List<ColumnMetaData> columnMetaDataList)
public int getNumberOfColumns()
public ColumnMetaData getColumnMetaData(int index)
ColumnMetaData for a specific column in the resultindex - the index of the column to return metadata forColumnMetaData for the specified columnpublic ElasticsearchType getElasticsearchType(int index)
ElasticsearchType corresponding to a specific
column in the result.index - the index of the column to return the type forElasticsearchType for the specified columnCopyright © 2022. All rights reserved.