| Package | Description |
|---|---|
| com.starrocks.connector.flink.table.source | |
| com.starrocks.connector.flink.table.source.struct |
| Modifier and Type | Method and Description |
|---|---|
static StarRocksSourceQueryType |
StarRocksSourceQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StarRocksSourceQueryType[] |
StarRocksSourceQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StarRocksDynamicSourceFunction(StarRocksSourceOptions sourceOptions,
org.apache.flink.table.api.TableSchema flinkSchema,
String filter,
long limit,
SelectColumn[] selectColumns,
String columns,
StarRocksSourceQueryType queryType) |
| Modifier and Type | Method and Description |
|---|---|
StarRocksSourceQueryType |
PushDownHolder.getQueryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PushDownHolder.setQueryType(StarRocksSourceQueryType queryType) |
Copyright © 2023. All rights reserved.