| Package | Description |
|---|---|
| com.aliyun.odps |
| Modifier and Type | Method and Description |
|---|---|
static TableSchema.Builder |
TableSchema.builder() |
TableSchema.Builder |
TableSchema.Builder.withBigintColumn(String columnName)
easy method to add specific type column.
|
TableSchema.Builder |
TableSchema.Builder.withBooleanColumn(String columnName) |
TableSchema.Builder |
TableSchema.Builder.withColumn(Column column) |
TableSchema.Builder |
TableSchema.Builder.withColumns(List<Column> columns) |
TableSchema.Builder |
TableSchema.Builder.withDatetimeColumn(String columnName) |
TableSchema.Builder |
TableSchema.Builder.withDecimalColumn(String columnName) |
TableSchema.Builder |
TableSchema.Builder.withDoubleColumn(String columnName) |
TableSchema.Builder |
TableSchema.Builder.withPartitionColumn(Column column) |
TableSchema.Builder |
TableSchema.Builder.withStringColumn(String columnName) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.