| Package | Description |
|---|---|
| org.apache.flink.table.client.cli | |
| org.apache.flink.table.client.cli.parser | |
| org.apache.flink.table.client.gateway |
| Constructor and Description |
|---|
CliClient(java.util.function.Supplier<org.jline.terminal.Terminal> terminalFactory,
Executor executor,
Path historyFilePath)
Creates a CLI instance with a prepared terminal.
|
CliClient(java.util.function.Supplier<org.jline.terminal.Terminal> terminalFactory,
Executor executor,
Path historyFilePath,
org.jline.reader.MaskingCallback inputTransformer)
Creates a CLI instance with a custom terminal.
|
SqlCompleter(Executor executor) |
| Constructor and Description |
|---|
SqlMultiLineParser(SqlCommandParser parser,
Executor executor,
CliClient.ExecutionMode mode) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorImpl
Executor to connect to
SqlGateway and execute statements. |
| Modifier and Type | Method and Description |
|---|---|
static Executor |
Executor.create(org.apache.flink.table.gateway.service.context.DefaultContext defaultContext,
InetSocketAddress address,
String sessionId)
Create an
Executor to execute commands. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.