Package | Description |
---|---|
com.huawei.dli.sdk | |
com.huawei.dli.sdk.common |
Modifier and Type | Field and Description |
---|---|
protected List<Column> |
TunnelJob.partCols |
Modifier and Type | Method and Description |
---|---|
Table |
Database.createDLITable(String tableName,
String description,
List<Column> columns,
List<String> sortColumns)
Create DLI table.
|
Table |
Database.createObsTable(String tableName,
String description,
List<Column> columns,
StorageType storageType,
String dataPath,
CsvFormatInfo csvFormatInfo)
Create OBS table.
|
Table |
Database.createTable(String tableName,
String dataLocation,
String description,
List<Column> columns,
StorageType storageType,
String dataPath,
CsvFormatInfo csvFormatInfo,
List<String> sortColumns)
Create DLI/OBS table
|
Modifier and Type | Method and Description |
---|---|
Column |
TableSchema.getColumn(int index) |
Column |
TableSchema.getColumn(String name) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
TableSchema.getColumn() |
List<Column> |
TableSchema.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
TableSchema.putColumn(Column column) |
Modifier and Type | Method and Description |
---|---|
void |
TableSchema.setColumns(List<Column> columns) |
Copyright © 2023. All rights reserved.