Class Schema
java.lang.Object
org.apache.drill.exec.store.openTSDB.client.Schema
Abstraction for representing structure of openTSDB table
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnByIndex
(int columnIndex) int
Number of columns in tableReturn list with all columns names and its types
-
Constructor Details
-
Schema
-
-
Method Details
-
getColumns
Return list with all columns names and its types- Returns:
- List
-
getColumnCount
public int getColumnCount()Number of columns in table- Returns:
- number of table columns
-
getColumnByIndex
- Parameters:
columnIndex
- index of required column in table- Returns:
- ColumnDTO
-