| Package | Description |
|---|---|
| com.starrocks.connector.flink.catalog |
| Modifier and Type | Method and Description |
|---|---|
StarRocksColumn |
StarRocksColumn.Builder.build() |
StarRocksColumn |
StarRocksTable.getColumn(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
List<StarRocksColumn> |
StarRocksTable.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
StarRocksCatalog.alterAddColumns(String databaseName,
String tableName,
List<StarRocksColumn> addColumns,
long timeoutSecond)
Add columns to a table.
|
StarRocksTable.Builder |
StarRocksTable.Builder.setColumns(List<StarRocksColumn> columns) |
Copyright © 2023. All rights reserved.