- cancelQuery(SessionContext, String) - Method in interface org.apache.flink.table.client.gateway.Executor
-
Cancels a table program and stops the result retrieval.
- cancelQuery(SessionContext, String) - Method in class org.apache.flink.table.client.gateway.local.LocalExecutor
-
- CATALOG_NAME - Static variable in class org.apache.flink.table.client.config.entries.CatalogEntry
-
- CatalogEntry - Class in org.apache.flink.table.client.config.entries
-
Describes a catalog configuration entry.
- CatalogEntry(String, DescriptorProperties) - Constructor for class org.apache.flink.table.client.config.entries.CatalogEntry
-
- ChangelogCollectStreamResult<C> - Class in org.apache.flink.table.client.gateway.local.result
-
Collects results and returns them as a changelog.
- ChangelogCollectStreamResult(RowTypeInfo, TableSchema, ExecutionConfig, InetAddress, int) - Constructor for class org.apache.flink.table.client.gateway.local.result.ChangelogCollectStreamResult
-
- ChangelogResult<C> - Interface in org.apache.flink.table.client.gateway.local.result
-
A result that is represented as a changelog consisting of insert and delete records.
- 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
-
- clearTerminal() - Method in class org.apache.flink.table.client.cli.CliClient
-
- 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(CliClient, ResultDescriptor) - 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(Terminal, SessionContext, Executor) - Constructor for class org.apache.flink.table.client.cli.CliClient
-
Creates a CLI instance with a custom terminal.
- CliClient(SessionContext, Executor) - Constructor for class org.apache.flink.table.client.cli.CliClient
-
Creates a CLI instance with a prepared terminal.
- client - Variable in class org.apache.flink.table.client.cli.CliView
-
- CliInputView - Class in org.apache.flink.table.client.cli
-
CLI view for entering a string.
- CliInputView(CliClient, String, Function<String, Boolean>) - 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(boolean, String, URL, URL, List<URL>, List<URL>, String) - Constructor for class org.apache.flink.table.client.cli.CliOptions
-
- 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(CliClient, ResultDescriptor) - 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(CliClient, 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.
- CliTableResultView - Class in org.apache.flink.table.client.cli
-
CLI view for retrieving and displaying a table.
- CliTableResultView(CliClient, ResultDescriptor) - 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(CliClient) - 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.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.gateway.local.result.CollectStreamResult
-
- close() - Method in interface org.apache.flink.table.client.gateway.local.result.DynamicResult
-
Closes the retrieval and all involved threads.
- close() - Method in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
-
- clusterId - Variable in class org.apache.flink.table.client.gateway.local.result.BasicResult
-
- CollectBatchTableSink - Class in org.apache.flink.table.client.gateway.local
-
Table sink for collecting the results locally all at once using accumulators.
- CollectBatchTableSink(String, TypeSerializer<Row>, TableSchema) - Constructor for class org.apache.flink.table.client.gateway.local.CollectBatchTableSink
-
- CollectStreamResult<C> - Class in org.apache.flink.table.client.gateway.local.result
-
A result that works similarly to DataStreamUtils.collect(DataStream).
- CollectStreamResult(RowTypeInfo, TableSchema, ExecutionConfig, InetAddress, int) - Constructor for class org.apache.flink.table.client.gateway.local.result.CollectStreamResult
-
- CollectStreamTableSink - Class in org.apache.flink.table.client.gateway.local
-
Table sink for collecting the results locally using sockets.
- CollectStreamTableSink(InetAddress, int, TypeSerializer<Tuple2<Boolean, Row>>, TableSchema) - Constructor for class org.apache.flink.table.client.gateway.local.CollectStreamTableSink
-
- command - Variable in class org.apache.flink.table.client.cli.SqlCommandParser.SqlCommandCall
-
- COMMAND_HINTS - Static variable in class org.apache.flink.table.client.cli.SqlCompleter
-
- complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.apache.flink.table.client.cli.SqlCompleter
-
- completeStatement(SessionContext, 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(SessionContext, String, int) - Method in class org.apache.flink.table.client.gateway.local.LocalExecutor
-
- computeColumnWidth(int) - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
-
- computeColumnWidth(int) - Method in class org.apache.flink.table.client.cli.CliResultView
-
- computeColumnWidth(int) - Method in class org.apache.flink.table.client.cli.CliTableResultView
-
- 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
-
- CONFIGURATION_ENTRY - Static variable in class org.apache.flink.table.client.config.Environment
-
- ConfigurationEntry - Class in org.apache.flink.table.client.config.entries
-
Configuration for configuring TableConfig.
- configure(String[], TypeInformation<?>[]) - Method in class org.apache.flink.table.client.gateway.local.CollectBatchTableSink
-
- configure(String[], TypeInformation<?>[]) - Method in class org.apache.flink.table.client.gateway.local.CollectStreamTableSink
-
- ConfigUtil - Class in org.apache.flink.table.client.config
-
Auxiliary functions for configuration file handling.
- ConfigUtil.LowerCaseYamlMapper - Class in org.apache.flink.table.client.config
-
Modified object mapper that converts to lower-case keys.
- consumeDataStream(DataStream<Tuple2<Boolean, Row>>) - Method in class org.apache.flink.table.client.gateway.local.CollectStreamTableSink
-
- copy() - Method in class org.apache.flink.table.client.gateway.SessionContext
-
- create(Map<String, Object>) - Static method in class org.apache.flink.table.client.config.entries.CatalogEntry
-
- create(Map<String, Object>) - Static method in class org.apache.flink.table.client.config.entries.ConfigurationEntry
-
- create(Map<String, Object>) - Static method in class org.apache.flink.table.client.config.entries.DeploymentEntry
-
- create(Map<String, Object>) - Static method in class org.apache.flink.table.client.config.entries.ExecutionEntry
-
- create(Map<String, Object>) - Static method in class org.apache.flink.table.client.config.entries.FunctionEntry
-
- create(Map<String, Object>) - Static method in class org.apache.flink.table.client.config.entries.TableEntry
-
- create(String, String) - Static method in class org.apache.flink.table.client.config.entries.ViewEntry
-
- createClusterDescriptor() - Method in class org.apache.flink.table.client.gateway.local.ExecutionContext
-
- createEnvironmentInstance() - Method in class org.apache.flink.table.client.gateway.local.ExecutionContext
-
- createJobGraph(String) - Method in class org.apache.flink.table.client.gateway.local.ExecutionContext.EnvironmentInstance
-
- createResult(Environment, TableSchema, ExecutionConfig) - Method in class org.apache.flink.table.client.gateway.local.ResultStore
-
Creates a result.
- scrollDown() - Method in class org.apache.flink.table.client.cli.CliView
-
- scrollDown(int) - Method in class org.apache.flink.table.client.cli.CliView
-
- scrollLeft() - Method in class org.apache.flink.table.client.cli.CliView
-
- scrollRight() - Method in class org.apache.flink.table.client.cli.CliView
-
- scrollUp() - Method in class org.apache.flink.table.client.cli.CliView
-
- selectedRow - Variable in class org.apache.flink.table.client.cli.CliResultView
-
- selectRowDown() - Method in class org.apache.flink.table.client.cli.CliResultView
-
- selectRowUp() - Method in class org.apache.flink.table.client.cli.CliResultView
-
- SessionContext - Class in org.apache.flink.table.client.gateway
-
Context describing a session.
- SessionContext(String, Environment) - Constructor for class org.apache.flink.table.client.gateway.SessionContext
-
- setCatalogs(List<Map<String, Object>>) - Method in class org.apache.flink.table.client.config.Environment
-
- setClusterInformation(C, String) - Method in class org.apache.flink.table.client.gateway.local.result.BasicResult
-
- setClusterInformation(C, String) - Method in interface org.apache.flink.table.client.gateway.local.result.Result
-
Sets the cluster information of the cluster this result comes from.
- setConfiguration(Map<String, Object>) - Method in class org.apache.flink.table.client.config.Environment
-
- setCurrentCatalog(String) - Method in class org.apache.flink.table.client.gateway.SessionContext
-
- setCurrentDatabase(String) - Method in class org.apache.flink.table.client.gateway.SessionContext
-
- setDeployment(Map<String, Object>) - Method in class org.apache.flink.table.client.config.Environment
-
- setExecution(Map<String, Object>) - Method in class org.apache.flink.table.client.config.Environment
-
- setFunctions(List<Map<String, Object>>) - Method in class org.apache.flink.table.client.config.Environment
-
- setPayload(P) - Method in class org.apache.flink.table.client.gateway.TypedResult
-
- setSessionProperty(String, String) - Method in class org.apache.flink.table.client.gateway.SessionContext
-
- setTables(List<Map<String, Object>>) - Method in class org.apache.flink.table.client.config.Environment
-
- setType(TypedResult.ResultType) - Method in class org.apache.flink.table.client.gateway.TypedResult
-
- SinkTableEntry - Class in org.apache.flink.table.client.config.entries
-
Configuration of a table sink.
- snapshot(int) - Method in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
-
- snapshot(int) - Method in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult
-
- snapshot(int) - Method in interface org.apache.flink.table.client.gateway.local.result.MaterializedResult
-
Takes a snapshot of the current table and returns the number of pages for navigating
through the snapshot.
- snapshotResult(SessionContext, String, int) - Method in interface org.apache.flink.table.client.gateway.Executor
-
Creates an immutable result snapshot of the running Flink job.
- snapshotResult(SessionContext, String, int) - Method in class org.apache.flink.table.client.gateway.local.LocalExecutor
-
- SourceSinkTableEntry - Class in org.apache.flink.table.client.config.entries
-
Configuration of a table source and sink.
- SourceTableEntry - Class in org.apache.flink.table.client.config.entries
-
Configuration of a table source.
- SqlClient - Class in org.apache.flink.table.client
-
SQL Client for submitting SQL statements.
- SqlClient(boolean, CliOptions) - Constructor for class org.apache.flink.table.client.SqlClient
-
- SqlClientException - Exception in org.apache.flink.table.client
-
General exception for SQL client related errors.
- SqlClientException(String) - Constructor for exception org.apache.flink.table.client.SqlClientException
-
- SqlClientException(String, Throwable) - Constructor for exception org.apache.flink.table.client.SqlClientException
-
- SqlClientException(Throwable) - Constructor for exception org.apache.flink.table.client.SqlClientException
-
- SqlCommandCall(SqlCommandParser.SqlCommand, String[]) - Constructor for class org.apache.flink.table.client.cli.SqlCommandParser.SqlCommandCall
-
- SqlCommandCall(SqlCommandParser.SqlCommand) - Constructor for class org.apache.flink.table.client.cli.SqlCommandParser.SqlCommandCall
-
- SqlCommandParser - Class in org.apache.flink.table.client.cli
-
Simple parser for determining the type of command and its parameters.
- SqlCommandParser.SqlCommandCall - Class in org.apache.flink.table.client.cli
-
Call of SQL command with operands and command type.
- SqlCompleter - Class in org.apache.flink.table.client.cli
-
SQL code completer.
- SqlCompleter(SessionContext, Executor) - Constructor for class org.apache.flink.table.client.cli.SqlCompleter
-
- SqlExecutionException - Exception in org.apache.flink.table.client.gateway
-
Exception thrown during the execution of SQL statements.
- SqlExecutionException(String) - Constructor for exception org.apache.flink.table.client.gateway.SqlExecutionException
-
- SqlExecutionException(String, Throwable) - Constructor for exception org.apache.flink.table.client.gateway.SqlExecutionException
-
- SqlMultiLineParser - Class in org.apache.flink.table.client.cli
-
Multi-line parser for parsing an arbitrary number of SQL lines until a line ends with ';'.
- SqlMultiLineParser() - Constructor for class org.apache.flink.table.client.cli.SqlMultiLineParser
-
- start() - Method in interface org.apache.flink.table.client.gateway.Executor
-
Starts the executor and ensures that its is ready for commands to be executed.
- start() - Method in class org.apache.flink.table.client.gateway.local.LocalExecutor
-
- startRetrieval(ProgramDeployer<C>) - Method in class org.apache.flink.table.client.gateway.local.result.CollectStreamResult
-
- startRetrieval(ProgramDeployer<C>) - Method in interface org.apache.flink.table.client.gateway.local.result.DynamicResult
-
Starts the table program using the given deployer and monitors it's execution.
- startRetrieval(ProgramDeployer<C>) - Method in class org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
-
- stop(SessionContext) - Method in interface org.apache.flink.table.client.gateway.Executor
-
Stops the executor.
- stop(SessionContext) - Method in class org.apache.flink.table.client.gateway.local.LocalExecutor
-
- stopRetrieval(boolean) - Method in class org.apache.flink.table.client.cli.CliResultView
-
- storeResult(String, DynamicResult) - Method in class org.apache.flink.table.client.gateway.local.ResultStore
-
- submitUpdate(String) - Method in class org.apache.flink.table.client.cli.CliClient
-
Submits a SQL update statement and prints status information and/or errors on the terminal.
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.CatalogEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.ConfigurationEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.DeploymentEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.ExecutionEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.FunctionEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.SinkTableEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.SourceSinkTableEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.SourceTableEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.TemporalTableEntry
-
- validate(DescriptorProperties) - Method in class org.apache.flink.table.client.config.entries.ViewEntry
-
- validateSession(SessionContext) - Method in interface org.apache.flink.table.client.gateway.Executor
-
Validates the current session.
- validateSession(SessionContext) - Method in class org.apache.flink.table.client.gateway.local.LocalExecutor
-
- 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.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.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.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.gateway.TypedResult.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewEntry - Class in org.apache.flink.table.client.config.entries
-
Configuration of a table view.