public class Schema extends Object
| Constructor and Description |
|---|
Schema(boolean sessionSchema) |
| Modifier and Type | Method and Description |
|---|---|
TupleMetadata |
buildSchema(SchemaBuilder builder) |
ColumnDto |
getColumnByIndex(int i) |
List<ColumnDto> |
getColumns()
Return list with all columns names and its types
|
int |
getNumberOfColumns() |
public List<ColumnDto> getColumns()
public ColumnDto getColumnByIndex(int i)
public int getNumberOfColumns()
public TupleMetadata buildSchema(SchemaBuilder builder)
Copyright © 2021 The Apache Software Foundation. All rights reserved.