| Package | Description |
|---|---|
| com.starrocks.connector.flink.catalog |
| Modifier and Type | Method and Description |
|---|---|
void |
StarRocksCatalog.alterAddColumns(String databaseName,
String tableName,
List<StarRocksColumn> addColumns,
long timeoutSecond)
Add columns to a table.
|
void |
StarRocksCatalog.alterDropColumns(String databaseName,
String tableName,
List<String> dropColumns,
long timeoutSecond)
Drop columns of a table.
|
void |
StarRocksCatalog.close()
Close the catalog when it is no longer needed and release any resource that it might be
holding.
|
void |
StarRocksCatalog.createDatabase(String databaseName,
boolean ignoreIfExists)
Create a database.
|
void |
StarRocksCatalog.createTable(StarRocksTable table,
boolean ignoreIfExists)
Creates a table.
|
boolean |
StarRocksCatalog.databaseExists(String databaseName)
Check if a database exists in this catalog.
|
Optional<StarRocksTable> |
StarRocksCatalog.getTable(String databaseName,
String tableName)
Returns a
StarRocksTable identified by the given databaseName and tableName. |
void |
StarRocksCatalog.open()
Open the catalog.
|
Copyright © 2024. All rights reserved.