- CHANGE_RECORD_BUFFER_SIZE - Static variable in class org.apache.flink.table.client.gateway.result.ChangelogCollectResult
-
- ChangelogCollectResult - Class in org.apache.flink.table.client.gateway.result
-
Collects results and returns them as a changelog.
- ChangelogCollectResult(StatementResult) - Constructor for class org.apache.flink.table.client.gateway.result.ChangelogCollectResult
-
- ChangelogResult - Interface in org.apache.flink.table.client.gateway.result
-
A result that is represented as a changelog consisting of insert and delete records.
- checkFilePath(String) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
-
- cleanUp() - Method in class org.apache.flink.table.client.cli.CliInputView
-
- cleanUp() - Method in class org.apache.flink.table.client.cli.CliResultView
-
- cleanUp() - Method in class org.apache.flink.table.client.cli.CliRowView
-
- cleanUp() - Method in class org.apache.flink.table.client.cli.CliView
-
- ClearCommandPrinter() - Constructor for class org.apache.flink.table.client.cli.Printer.ClearCommandPrinter
-
- clearTerminal() - Method in class org.apache.flink.table.client.cli.CliView
-
- CLI_NAME - Static variable in class org.apache.flink.table.client.cli.CliStrings
-
- CliChangelogResultView - Class in org.apache.flink.table.client.cli
-
CLI view for retrieving and displaying a changelog stream.
- CliChangelogResultView(Terminal, ResultDescriptor) - Constructor for class org.apache.flink.table.client.cli.CliChangelogResultView
-
- CliChangelogResultView(Terminal, ResultDescriptor, ChangelogResult) - Constructor for class org.apache.flink.table.client.cli.CliChangelogResultView
-
- CliChangelogResultView.ResultChangelogOperation - Enum in org.apache.flink.table.client.cli
-
Available operations for this view.
- CliClient - Class in org.apache.flink.table.client.cli
-
SQL CLI client.
- CliClient(Supplier<Terminal>, Executor, Path, MaskingCallback) - Constructor for class org.apache.flink.table.client.cli.CliClient
-
Creates a CLI instance with a custom terminal.
- CliClient(Supplier<Terminal>, Executor, Path) - Constructor for class org.apache.flink.table.client.cli.CliClient
-
Creates a CLI instance with a prepared terminal.
- CliClient.ExecutionMode - Enum in org.apache.flink.table.client.cli
-
Mode of the execution.
- ClientClassloaderUtil - Class in org.apache.flink.table.client.util
-
- ClientResourceManager - Class in org.apache.flink.table.client.resource
-
- ClientResourceManager(Configuration, MutableURLClassLoader) - Constructor for class org.apache.flink.table.client.resource.ClientResourceManager
-
- ClientWrapperClassLoader - Class in org.apache.flink.table.client.util
-
This class loader extends FlinkUserCodeClassLoaders.SafetyNetWrapperClassLoader, upon the addURL method, it
also exposes a removeURL method which used to remove unnecessary jar from current
classloader path.
- ClientWrapperClassLoader(FlinkUserCodeClassLoader, Configuration) - Constructor for class org.apache.flink.table.client.util.ClientWrapperClassLoader
-
- CliInputView - Class in org.apache.flink.table.client.cli
-
CLI view for entering a string.
- CliInputView(Terminal, String, Predicate<String>) - Constructor for class org.apache.flink.table.client.cli.CliInputView
-
- CliInputView.InputOperation - Enum in org.apache.flink.table.client.cli
-
Available operations for this view.
- CliOptions - Class in org.apache.flink.table.client.cli
-
Command line options to configure the SQL client.
- CliOptions.EmbeddedCliOptions - Class in org.apache.flink.table.client.cli
-
Command option lines to configure SQL Client in the embedded mode.
- CliOptions.GatewayCliOptions - Class in org.apache.flink.table.client.cli
-
Command option lines to configure SQL Client in the gateway mode.
- CliOptionsParser - Class in org.apache.flink.table.client.cli
-
Parser for command line options.
- CliOptionsParser() - Constructor for class org.apache.flink.table.client.cli.CliOptionsParser
-
- CliResultView<O extends Enum<O>> - Class in org.apache.flink.table.client.cli
-
Abstract CLI view for showing results (either as changelog or table).
- CliResultView(Terminal, ResultDescriptor, TableauStyle) - Constructor for class org.apache.flink.table.client.cli.CliResultView
-
- CliRowView - Class in org.apache.flink.table.client.cli
-
CLI view for visualizing a row.
- CliRowView(Terminal, String[], String[], String[]) - Constructor for class org.apache.flink.table.client.cli.CliRowView
-
- CliRowView.RowOperation - Enum in org.apache.flink.table.client.cli
-
Available operations for this view.
- CliStrings - Class in org.apache.flink.table.client.cli
-
Utility class that contains all strings for CLI commands and messages.
- CliTableauResultView - Class in org.apache.flink.table.client.cli
-
Print result in tableau mode.
- CliTableauResultView(Terminal, ResultDescriptor) - Constructor for class org.apache.flink.table.client.cli.CliTableauResultView
-
- CliTableauResultView(Terminal, ResultDescriptor, ChangelogResult) - Constructor for class org.apache.flink.table.client.cli.CliTableauResultView
-
- CliTableResultView - Class in org.apache.flink.table.client.cli
-
CLI view for retrieving and displaying a table.
- CliTableResultView(Terminal, ResultDescriptor) - Constructor for class org.apache.flink.table.client.cli.CliTableResultView
-
- CliTableResultView(Terminal, ResultDescriptor, MaterializedResult) - Constructor for class org.apache.flink.table.client.cli.CliTableResultView
-
- CliTableResultView.ResultTableOperation - Enum in org.apache.flink.table.client.cli
-
Available operations for this view.
- CliUtils - Class in org.apache.flink.table.client.cli
-
Utilities for CLI formatting.
- CliView<OP extends Enum<OP>,OUT> - Class in org.apache.flink.table.client.cli
-
Framework for a CLI view with header, footer, and main part that is scrollable.
- CliView(Terminal) - Constructor for class org.apache.flink.table.client.cli.CliView
-
- close() - Method in class org.apache.flink.table.client.cli.CliClient
-
Closes the CLI instance.
- close() - Method in class org.apache.flink.table.client.cli.CliTableauResultView
-
- close() - Method in class org.apache.flink.table.client.cli.CliView
-
- close(SqlExecutionException) - Method in class org.apache.flink.table.client.cli.CliView
-
- close(OUT) - Method in class org.apache.flink.table.client.cli.CliView
-
- close() - Method in class org.apache.flink.table.client.cli.Printer.ClearCommandPrinter
-
- close() - Method in interface org.apache.flink.table.client.cli.Printer
-
- close() - Method in class org.apache.flink.table.client.cli.Printer.HelpCommandPrinter
-
- close() - Method in class org.apache.flink.table.client.cli.Printer.InitializationCommandPrinter
-
- close() - Method in class org.apache.flink.table.client.cli.Printer.QuitCommandPrinter
-
- close() - Method in class org.apache.flink.table.client.cli.Printer.StatementResultPrinter
-
- close() - Method in interface org.apache.flink.table.client.gateway.Executor
-
Close the
Executor and process all exceptions.
- close() - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
-
- close() - Method in class org.apache.flink.table.client.gateway.result.CollectResultBase
-
- close() - Method in interface org.apache.flink.table.client.gateway.result.DynamicResult
-
Closes the retrieval and all involved threads.
- close() - Method in class org.apache.flink.table.client.gateway.StatementResult
-
- close() - Method in class org.apache.flink.table.client.util.ClientWrapperClassLoader
-
- closeSession(SessionHandle) - Method in class org.apache.flink.table.client.gateway.SingleSessionManager
-
- CollectResultBase - Class in org.apache.flink.table.client.gateway.result
-
A result that works through TableResult.collect().
- CollectResultBase(StatementResult) - Constructor for class org.apache.flink.table.client.gateway.result.CollectResultBase
-
- CollectResultBase.ResultRetrievalThread - Class in org.apache.flink.table.client.gateway.result
-
Thread to retrieve data from the CloseableIterator and process.
- columnWidths - Variable in class org.apache.flink.table.client.cli.CliResultView
-
- Command - Enum in org.apache.flink.table.client.cli.parser
-
Enumerates the possible types of input statements.
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.apache.flink.table.client.cli.SqlCompleter
-
- completeStatement(String, int) - Method in interface org.apache.flink.table.client.gateway.Executor
-
Returns a list of completion hints for the given statement at the given position.
- completeStatement(String, int) - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
-
- computeFooterLines() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
-
- computeFooterLines() - Method in class org.apache.flink.table.client.cli.CliInputView
-
- computeFooterLines() - Method in class org.apache.flink.table.client.cli.CliRowView
-
- computeFooterLines() - Method in class org.apache.flink.table.client.cli.CliTableResultView
-
- computeFooterLines() - Method in class org.apache.flink.table.client.cli.CliView
-
- computeHeaderLines() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
-
- computeHeaderLines() - Method in class org.apache.flink.table.client.cli.CliInputView
-
- computeHeaderLines() - Method in class org.apache.flink.table.client.cli.CliRowView
-
- computeHeaderLines() - Method in class org.apache.flink.table.client.cli.CliTableResultView
-
- computeHeaderLines() - Method in class org.apache.flink.table.client.cli.CliView
-
- computeMainHeaderLines() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
-
- computeMainHeaderLines() - Method in class org.apache.flink.table.client.cli.CliInputView
-
- computeMainHeaderLines() - Method in class org.apache.flink.table.client.cli.CliRowView
-
- computeMainHeaderLines() - Method in class org.apache.flink.table.client.cli.CliTableResultView
-
- computeMainHeaderLines() - Method in class org.apache.flink.table.client.cli.CliView
-
- computeMainLines() - Method in class org.apache.flink.table.client.cli.CliInputView
-
- computeMainLines() - Method in class org.apache.flink.table.client.cli.CliResultView
-
- computeMainLines() - Method in class org.apache.flink.table.client.cli.CliRowView
-
- computeMainLines() - Method in class org.apache.flink.table.client.cli.CliView
-
- computeMaterializedTableCapacity(int) - Static method in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
-
- computeMaterializedTableOvercommit(int) - Static method in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
-
- configureSession(String) - Method in interface org.apache.flink.table.client.gateway.Executor
-
Configures session with statement.
- configureSession(String) - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
-
- create(DefaultContext, InetSocketAddress, String) - Static method in interface org.apache.flink.table.client.gateway.Executor
-
- createClearCommandPrinter() - Static method in interface org.apache.flink.table.client.cli.Printer
-
- createDefaultTerminal() - Static method in class org.apache.flink.table.client.cli.TerminalUtils
-
- createDumbTerminal() - Static method in class org.apache.flink.table.client.cli.TerminalUtils
-
- createDumbTerminal(OutputStream) - Static method in class org.apache.flink.table.client.cli.TerminalUtils
-
- createDumbTerminal(InputStream, OutputStream) - Static method in class org.apache.flink.table.client.cli.TerminalUtils
-
- createFile(Path) - Static method in class org.apache.flink.table.client.cli.CliUtils
-
Create the file as well as the parent directory.
- createHelpCommandPrinter() - Static method in interface org.apache.flink.table.client.cli.Printer
-
- createInitializationCommandPrinter() - Static method in interface org.apache.flink.table.client.cli.Printer
-
- createQuitCommandPrinter() - Static method in interface org.apache.flink.table.client.cli.Printer
-
- createResult() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
-
- createStatementCommandPrinter(StatementResult, ReadableConfig) - Static method in interface org.apache.flink.table.client.cli.Printer
-
- validRowPosition - Variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
-
Counter for deleted rows to be deleted at the beginning of the materialized table.
- valueOf(String) - Static method in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.cli.CliClient.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.cli.parser.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.config.ResultMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.table.client.gateway.TypedResult.ResultType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.cli.CliClient.ExecutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.cli.parser.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.config.ResultMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.table.client.gateway.TypedResult.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERBOSE - Static variable in class org.apache.flink.table.client.config.SqlClientOptions
-