| Package | Description |
|---|---|
| com.starrocks.connector.flink.catalog |
| Modifier and Type | Method and Description |
|---|---|
StarRocksTable |
StarRocksTable.Builder.build() |
static StarRocksTable |
StarRocksUtils.toStarRocksTable(String catalogName,
org.apache.flink.table.catalog.ObjectPath tablePath,
org.apache.flink.configuration.Configuration tableBaseConfig,
org.apache.flink.table.catalog.CatalogBaseTable flinkTable) |
| Modifier and Type | Method and Description |
|---|---|
Optional<StarRocksTable> |
StarRocksCatalog.getTable(String databaseName,
String tableName)
Returns a
StarRocksTable identified by the given databaseName and tableName. |
| Modifier and Type | Method and Description |
|---|---|
void |
StarRocksCatalog.createTable(StarRocksTable table,
boolean ignoreIfExists)
Creates a table.
|
Copyright © 2023. All rights reserved.