Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.function | |
org.apache.tajo.catalog.statistics |
Modifier and Type | Field and Description |
---|---|
protected Column |
AlterTableDesc.addColumn |
Modifier and Type | Field and Description |
---|---|
protected List<Column> |
Schema.fields |
Modifier and Type | Method and Description |
---|---|
Column |
AlterTableDesc.getAddColumn() |
Column |
IndexDesc.getColumn() |
Column |
Schema.getColumn(Column column) |
Column |
Schema.getColumn(int id) |
Column |
Schema.getColumn(String name)
Get a column by a given name.
|
Column |
SortSpec.getSortKey() |
Column[] |
Schema.toArray() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Schema.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
Schema.addColumn(Column column) |
static AlterTableDesc |
CatalogUtil.addNewColumn(String tableName,
Column column,
AlterTableType alterTableType) |
static String |
CatalogUtil.columnToDDLString(Column column) |
boolean |
Schema.contains(Column column) |
Column |
Schema.getColumn(Column column) |
void |
AlterTableDesc.setAddColumn(Column addColumn) |
Modifier and Type | Method and Description |
---|---|
boolean |
Schema.containsAll(Collection<Column> columns) |
Constructor and Description |
---|
IndexDesc(String idxName,
String databaseName,
String tableName,
Column column,
CatalogProtos.IndexMethod type,
boolean isUnique,
boolean isClustered,
boolean isAscending) |
Schema(Column[] columns) |
SortSpec(Column sortKey) |
SortSpec(Column sortKey,
boolean asc,
boolean nullFirst) |
Modifier and Type | Field and Description |
---|---|
protected Column[] |
Function.definedParams |
static Column[] |
Function.NoArgs |
Constructor and Description |
---|
Function(Column[] definedArgs) |
Modifier and Type | Method and Description |
---|---|
Column |
ColumnStats.getColumn() |
Constructor and Description |
---|
ColumnStats(Column column) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.