Index

B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BACKSPACE - Enum constant in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
 
buildDefaultContext(CliOptions.EmbeddedCliOptions) - Static method in class org.apache.flink.table.client.gateway.DefaultContextUtils
 
buildDefaultContext(CliOptions.GatewayCliOptions) - Static method in class org.apache.flink.table.client.gateway.DefaultContextUtils
 
buildUserClassLoader(List<URL>, ClassLoader, Configuration) - Static method in class org.apache.flink.table.client.util.ClientClassloaderUtil
 

C

CHANGE_RECORD_BUFFER_SIZE - Static variable in class org.apache.flink.table.client.gateway.result.ChangelogCollectResult
 
CHANGELOG - Enum constant in enum org.apache.flink.table.client.config.ResultMode
 
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.
CHESTER - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
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
 
CLEAR - Enum constant in enum org.apache.flink.table.client.cli.parser.Command
Command to clear the terminal's screen.
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) - Constructor for class org.apache.flink.table.client.cli.CliClient
Creates a CLI instance with a prepared terminal.
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.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
The ClientResourceManager is able to remove the registered JAR resources with the specified jar path.
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, long) - Constructor for class org.apache.flink.table.client.cli.CliTableauResultView
 
CliTableauResultView(Terminal, ResultDescriptor, ChangelogResult, long) - 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() - Method in class org.apache.flink.table.client.cli.Printer.ClearCommandPrinter
 
close() - Method in interface org.apache.flink.table.client.cli.Printer
Close the resource of the 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
 
close(SqlExecutionException) - Method in class org.apache.flink.table.client.cli.CliView
 
close(OUT) - Method in class org.apache.flink.table.client.cli.CliView
 
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
 
computeCurrentStateAtTheEndOfLine(String, SqlDialect) - Static method in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
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
Create an Executor to execute commands.
create(DefaultContext, InetSocketAddress, String, RowFormat) - Static method in interface org.apache.flink.table.client.gateway.Executor
 
create(DefaultContext, URL, 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(InputStream, OutputStream) - Static method in class org.apache.flink.table.client.cli.TerminalUtils
 
createDumbTerminal(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, long) - Static method in interface org.apache.flink.table.client.cli.Printer
 

D

DARK - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
DEC_REFRESH - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
DEC_REFRESH - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
decreaseRefreshInterval(int) - Method in class org.apache.flink.table.client.cli.CliResultView
 
DEFAULT - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
DEFAULT - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
DEFAULT_MARGIN - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
DEFAULT_TERMINAL_FACTORY - Static variable in class org.apache.flink.table.client.cli.CliClient
 
DefaultContextUtils - Class in org.apache.flink.table.client.gateway
Utils to build a DefaultContext.
DefaultContextUtils() - Constructor for class org.apache.flink.table.client.gateway.DefaultContextUtils
 
deployScript(String, URI) - Method in interface org.apache.flink.table.client.gateway.Executor
Deploy script in application mode.
deployScript(String, URI) - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
 
display() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
 
display() - Method in class org.apache.flink.table.client.cli.CliView
 
DISPLAY_DEFAULT_COLOR_SCHEMA - Static variable in class org.apache.flink.table.client.config.SqlClientOptions
 
DISPLAY_QUERY_TIME_COST - Static variable in class org.apache.flink.table.client.config.SqlClientOptions
 
DISPLAY_SHOW_LINE_NUMBERS - Static variable in class org.apache.flink.table.client.config.SqlClientOptions
 
displayResults() - Method in class org.apache.flink.table.client.cli.CliTableauResultView
 
DOWN - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
DOWN - Enum constant in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
 
DOWN - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
DRACULA - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
DynamicResult - Interface in org.apache.flink.table.client.gateway.result
A result of a dynamic table program.

E

EmbeddedCliOptions(boolean, String, URI, URI, String, List<URI>, List<URI>, Configuration, Properties) - Constructor for class org.apache.flink.table.client.cli.CliOptions.EmbeddedCliOptions
 
empty() - Static method in class org.apache.flink.table.client.gateway.TypedResult
 
EMPTY - Enum constant in enum org.apache.flink.table.client.gateway.TypedResult.ResultType
 
endOfStream() - Static method in class org.apache.flink.table.client.gateway.TypedResult
 
ENTER - Enum constant in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
 
EOS - Enum constant in enum org.apache.flink.table.client.gateway.TypedResult.ResultType
 
equals(Object) - Method in class org.apache.flink.table.client.gateway.TypedResult
 
evaluate(OP, String) - Method in class org.apache.flink.table.client.cli.CliView
 
evaluate(CliChangelogResultView.ResultChangelogOperation, String) - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
 
evaluate(CliInputView.InputOperation, String) - Method in class org.apache.flink.table.client.cli.CliInputView
 
evaluate(CliRowView.RowOperation, String) - Method in class org.apache.flink.table.client.cli.CliRowView
 
evaluate(CliTableResultView.ResultTableOperation, String) - Method in class org.apache.flink.table.client.cli.CliTableResultView
 
executeInInteractiveMode() - Method in class org.apache.flink.table.client.cli.CliClient
Opens the interactive CLI shell.
executeInitialization(URI) - Method in class org.apache.flink.table.client.cli.CliClient
Initialize the Cli Client with the content.
executeInNonInteractiveMode(URI) - Method in class org.apache.flink.table.client.cli.CliClient
Opens the non-interactive CLI shell.
executeStatement(String) - Method in interface org.apache.flink.table.client.gateway.Executor
Execute statement.
executeStatement(String) - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
 
EXECUTION_MAX_TABLE_RESULT_ROWS - Static variable in class org.apache.flink.table.client.config.SqlClientOptions
 
EXECUTION_RESULT_MODE - Static variable in class org.apache.flink.table.client.config.SqlClientOptions
 
executionException - Variable in class org.apache.flink.table.client.gateway.result.CollectResultBase
 
Executor - Interface in org.apache.flink.table.client.gateway
A gateway for communicating with Flink and other external systems.
ExecutorImpl - Class in org.apache.flink.table.client.gateway
Executor to connect to SqlGateway and execute statements.
ExecutorImpl(DefaultContext, InetSocketAddress, String) - Constructor for class org.apache.flink.table.client.gateway.ExecutorImpl
 
ExecutorImpl(DefaultContext, InetSocketAddress, String, RowFormat) - Constructor for class org.apache.flink.table.client.gateway.ExecutorImpl
 
ExecutorImpl(DefaultContext, URL, String) - Constructor for class org.apache.flink.table.client.gateway.ExecutorImpl
 

F

formatSqlFile(String) - Static method in class org.apache.flink.table.client.cli.parser.SqlMultiLineParser
 
formatTwoLineHelpOptions(int, List<Tuple2<String, String>>) - Static method in class org.apache.flink.table.client.cli.CliUtils
 
fromString(String) - Static method in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 

G

GESHI - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
getCommentStyle() - Method in class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
Returns the style for a SQL comments, such as /* This is a comment */ or -- End of line comment.
getDefaultStyle() - Method in class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
Returns the style for text that does not match any other style.
getDescription() - Method in enum org.apache.flink.table.client.config.ResultMode
 
getEmbeddedModeClientOptions(Options) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
 
getEnd() - Method in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
getFooterLines() - Method in class org.apache.flink.table.client.cli.CliView
 
getGatewayAddress() - Method in class org.apache.flink.table.client.cli.CliOptions.GatewayCliOptions
 
getGatewayModeClientOptions(Options) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
 
getHeaderLines() - Method in class org.apache.flink.table.client.cli.CliView
 
getHeight() - Method in class org.apache.flink.table.client.cli.CliView
 
getHighlightStyle() - Method in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
getHintStyle() - Method in class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
Returns the style for a SQL hint, such as /*+ This is a hint */.
getHistoryFilePath() - Method in class org.apache.flink.table.client.cli.CliOptions
 
getInitFile() - Method in class org.apache.flink.table.client.cli.CliOptions
 
getJars() - Method in class org.apache.flink.table.client.cli.CliOptions.EmbeddedCliOptions
 
getJobId() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
getKeys() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
 
getKeys() - Method in class org.apache.flink.table.client.cli.CliInputView
 
getKeys() - Method in class org.apache.flink.table.client.cli.CliRowView
 
getKeys() - Method in class org.apache.flink.table.client.cli.CliTableResultView
 
getKeys() - Method in class org.apache.flink.table.client.cli.CliView
 
getKeywordStyle() - Method in class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
Returns the style for a SQL keyword such as SELECT or ON.
getLibraryDirs() - Method in class org.apache.flink.table.client.cli.CliOptions.EmbeddedCliOptions
 
getMainHeaderLines() - Method in class org.apache.flink.table.client.cli.CliView
 
getMainLines() - Method in class org.apache.flink.table.client.cli.CliView
 
getMaterializedTable() - Method in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
 
getPayload() - Method in class org.apache.flink.table.client.gateway.TypedResult
 
getPrinter() - Method in class org.apache.flink.table.client.cli.parser.SqlMultiLineParser
 
getPythonConfiguration() - Method in class org.apache.flink.table.client.cli.CliOptions.EmbeddedCliOptions
 
getQuotedStyle() - Method in class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
Returns the style for a SQL character literal, such as 'Hello, world!'.
getResult() - Method in class org.apache.flink.table.client.cli.CliView
 
getResultKind() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
getResultSchema() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 
getResultSchema() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
getRow(String[]) - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
 
getRow(String[]) - Method in class org.apache.flink.table.client.cli.CliResultView
 
getRow(String[]) - Method in class org.apache.flink.table.client.cli.CliTableResultView
 
getRowDataStringConverter() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 
getRowDataToStringConverter() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
getSession(SessionHandle) - Method in class org.apache.flink.table.client.gateway.SingleSessionManager
 
getSessionConfig() - Method in class org.apache.flink.table.client.cli.CliOptions
 
getSessionConfig() - Method in interface org.apache.flink.table.client.gateway.Executor
Get the configuration of the session.
getSessionConfig() - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
 
getSessionConfigMap() - Method in interface org.apache.flink.table.client.gateway.Executor
Get the map configuration of the session.
getSessionConfigMap() - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
 
getSessionHandle() - Method in class org.apache.flink.table.client.gateway.ExecutorImpl
 
getSessionId() - Method in class org.apache.flink.table.client.cli.CliOptions
 
getSqlFile() - Method in class org.apache.flink.table.client.cli.CliOptions
 
getSqlIdentifierStyle() - Method in class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
Returns the style for a SQL identifier, such as `My_table` or `My table`.
getStart() - Method in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
getStyleSetter() - Method in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
getTerminalHeight() - Method in class org.apache.flink.table.client.cli.CliView
 
getTerminalWidth() - Method in class org.apache.flink.table.client.cli.CliView
 
getTitle() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
 
getTitle() - Method in class org.apache.flink.table.client.cli.CliInputView
 
getTitle() - Method in class org.apache.flink.table.client.cli.CliRowView
 
getTitle() - Method in class org.apache.flink.table.client.cli.CliTableResultView
 
getTitle() - Method in class org.apache.flink.table.client.cli.CliView
 
getTitleLine() - Method in class org.apache.flink.table.client.cli.CliView
 
getTotalMainWidth() - Method in class org.apache.flink.table.client.cli.CliView
 
getType() - Method in class org.apache.flink.table.client.gateway.TypedResult
 
getVisibleMainHeight() - Method in class org.apache.flink.table.client.cli.CliView
 
getWidth() - Method in class org.apache.flink.table.client.cli.CliView
 
GOTO - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 

H

handleMissingResult() - Method in class org.apache.flink.table.client.gateway.result.CollectResultBase
 
hashCode() - Method in class org.apache.flink.table.client.gateway.TypedResult
 
hasNext() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
HELP - Enum constant in enum org.apache.flink.table.client.cli.parser.Command
Command to print help message.
HelpCommandPrinter() - Constructor for class org.apache.flink.table.client.cli.Printer.HelpCommandPrinter
 
highlight(LineReader, String) - Method in class org.apache.flink.table.client.cli.parser.SqlClientSyntaxHighlighter
 
HINTED - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
HIVE_SQL_QUOTED_IDENTIFIER - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 

I

INC_REFRESH - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
INC_REFRESH - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
increaseRefreshInterval() - Method in class org.apache.flink.table.client.cli.CliResultView
 
init() - Method in class org.apache.flink.table.client.cli.CliInputView
 
init() - Method in class org.apache.flink.table.client.cli.CliResultView
 
init() - Method in class org.apache.flink.table.client.cli.CliRowView
 
init() - Method in class org.apache.flink.table.client.cli.CliView
Starts threads if necessary.
INITIALIZATION - Enum constant in enum org.apache.flink.table.client.cli.CliClient.ExecutionMode
 
INPUT_ENTER_PAGE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
INPUT_ERROR - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
INPUT_HELP - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
INPUT_TITLE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
INSERT - Enum constant in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
 
INTERACTIVE_EXECUTION - Enum constant in enum org.apache.flink.table.client.cli.CliClient.ExecutionMode
 
isApplicationMode(ReadableConfig) - Static method in class org.apache.flink.table.client.cli.CliUtils
 
isMaterialized() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 
isPlainTerminal(Terminal) - Static method in class org.apache.flink.table.client.cli.TerminalUtils
 
isPrintHelp() - Method in class org.apache.flink.table.client.cli.CliOptions
 
isPrintQueryTimeCost() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 
isQueryResult() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
isQuitCommand() - Method in class org.apache.flink.table.client.cli.Printer.ClearCommandPrinter
 
isQuitCommand() - Method in class org.apache.flink.table.client.cli.Printer.HelpCommandPrinter
 
isQuitCommand() - Method in class org.apache.flink.table.client.cli.Printer.InitializationCommandPrinter
 
isQuitCommand() - Method in interface org.apache.flink.table.client.cli.Printer
Flag to determine whether to quit the process.
isQuitCommand() - Method in class org.apache.flink.table.client.cli.Printer.QuitCommandPrinter
 
isQuitCommand() - Method in class org.apache.flink.table.client.cli.Printer.StatementResultPrinter
 
isRetrieving() - Method in class org.apache.flink.table.client.cli.CliResultView
 
isRetrieving() - Method in class org.apache.flink.table.client.gateway.result.CollectResultBase
 
isRunning - Variable in class org.apache.flink.table.client.gateway.result.CollectResultBase.ResultRetrievalThread
 
isRunning() - Method in class org.apache.flink.table.client.cli.CliView
 
isStreamingMode() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 
isTableauMode() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 

L

LAST - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
LEFT - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
LEFT - Enum constant in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
 
LEFT - Enum constant in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
 
LEFT - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
LIGHT - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 

M

main(String[]) - Static method in class org.apache.flink.table.client.SqlClient
 
MATERIALIZED_TABLE_CAPACITY_FACTOR - Static variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Factor for the initial capacity of the materialized table.
MATERIALIZED_TABLE_MAX_INITIAL_CAPACITY - Static variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Maximum initial capacity of the materialized table.
MATERIALIZED_TABLE_MAX_OVERCOMMIT - Static variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Maximum overcommitment of the materialized table.
MATERIALIZED_TABLE_OVERCOMMIT_FACTOR - Static variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Factor for cleaning up deleted rows in the materialized table.
MaterializedCollectBatchResult - Class in org.apache.flink.table.client.gateway.result
Collects results and returns them as table snapshots.
MaterializedCollectBatchResult(StatementResult, int) - Constructor for class org.apache.flink.table.client.gateway.result.MaterializedCollectBatchResult
 
MaterializedCollectBatchResult(StatementResult, int, int) - Constructor for class org.apache.flink.table.client.gateway.result.MaterializedCollectBatchResult
 
MaterializedCollectResultBase - Class in org.apache.flink.table.client.gateway.result
Base class to collect results and returns them as table snapshots.
MaterializedCollectResultBase(StatementResult, int, int) - Constructor for class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
 
MaterializedCollectStreamResult - Class in org.apache.flink.table.client.gateway.result
Collects results and returns them as table snapshots.
MaterializedCollectStreamResult(StatementResult, int) - Constructor for class org.apache.flink.table.client.gateway.result.MaterializedCollectStreamResult
 
MaterializedCollectStreamResult(StatementResult, int, int) - Constructor for class org.apache.flink.table.client.gateway.result.MaterializedCollectStreamResult
 
MaterializedResult - Interface in org.apache.flink.table.client.gateway.result
A result that is materialized and can be viewed by navigating through a snapshot.
materializedTable - Variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Materialized table that is continuously updated by inserts and deletes.
maxColumnWidth() - Method in class org.apache.flink.table.client.gateway.ResultDescriptor
 
maxRowCount - Variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Maximum number of materialized rows to be stored.
MESSAGE_DEPLOY_SCRIPT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_EXECUTE_FILE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_EXECUTE_STATEMENT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_FINISH_STATEMENT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_HELP - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_QUIT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_RESULT_QUIT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_SQL_EXECUTION_ERROR - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_STATEMENT_SUBMITTED - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_SUBMITTING_STATEMENT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_WELCOME - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
messageError(String) - Static method in class org.apache.flink.table.client.cli.CliStrings
 
messageError(String, String) - Static method in class org.apache.flink.table.client.cli.CliStrings
 
messageError(String, Throwable, boolean) - Static method in class org.apache.flink.table.client.cli.CliStrings
 
messageInfo(String) - Static method in class org.apache.flink.table.client.cli.CliStrings
 
messageWarning(String) - Static method in class org.apache.flink.table.client.cli.CliStrings
 
MockOutputStream() - Constructor for class org.apache.flink.table.client.cli.TerminalUtils.MockOutputStream
 
MODE_EMBEDDED - Static variable in class org.apache.flink.table.client.SqlClient
 
MODE_GATEWAY - Static variable in class org.apache.flink.table.client.SqlClient
 
MODE_NONE - Static variable in class org.apache.flink.table.client.SqlClient
 
MULTILINE_COMMENTED - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 

N

next() - Method in class org.apache.flink.table.client.gateway.StatementResult
 
NEXT - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
NO_ROW_SELECTED - Static variable in class org.apache.flink.table.client.cli.CliResultView
 
NON_INTERACTIVE_EXECUTION - Enum constant in enum org.apache.flink.table.client.cli.CliClient.ExecutionMode
 
normalizeColumn(AttributedStringBuilder, String, int) - Static method in class org.apache.flink.table.client.cli.CliUtils
 

O

OBSIDIAN - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
offsetX - Variable in class org.apache.flink.table.client.cli.CliView
 
offsetY - Variable in class org.apache.flink.table.client.cli.CliView
 
ONE_LINE_COMMENTED - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
open() - Method in class org.apache.flink.table.client.cli.CliView
 
OPEN - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
OPEN - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
openRow() - Method in class org.apache.flink.table.client.cli.CliResultView
 
openSession(SessionEnvironment) - Method in class org.apache.flink.table.client.gateway.SingleSessionManager
 
OPTION_ENDPOINT_ADDRESS - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_FILE - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_HELP - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_HISTORY - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_INIT_FILE - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_JAR - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_LIBRARY - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_SESSION - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_SESSION_CONFIG - Static variable in class org.apache.flink.table.client.cli.CliOptionsParser
 
org.apache.flink.table.client - package org.apache.flink.table.client
 
org.apache.flink.table.client.cli - package org.apache.flink.table.client.cli
 
org.apache.flink.table.client.cli.parser - package org.apache.flink.table.client.cli.parser
 
org.apache.flink.table.client.config - package org.apache.flink.table.client.config
 
org.apache.flink.table.client.gateway - package org.apache.flink.table.client.gateway
 
org.apache.flink.table.client.gateway.result - package org.apache.flink.table.client.gateway.result
 
org.apache.flink.table.client.resource - package org.apache.flink.table.client.resource
 
org.apache.flink.table.client.util - package org.apache.flink.table.client.util
 
OTHER - Enum constant in enum org.apache.flink.table.client.cli.parser.Command
Unknown command.
overcommitThreshold - Variable in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
Threshold for cleaning up deleted rows in the materialized table.

P

parse(String, int, Parser.ParseContext) - Method in class org.apache.flink.table.client.cli.parser.SqlMultiLineParser
 
parseEmbeddedModeClient(String[]) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
 
parseGatewayModeClient(String[]) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
 
parseStatement(String) - Method in interface org.apache.flink.table.client.cli.parser.SqlCommandParser
Parses given statement.
parseStatement(String) - Method in class org.apache.flink.table.client.cli.parser.SqlCommandParserImpl
 
payload(T) - Static method in class org.apache.flink.table.client.gateway.TypedResult
 
PAYLOAD - Enum constant in enum org.apache.flink.table.client.gateway.TypedResult.ResultType
 
PREV - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
previousResults - Variable in class org.apache.flink.table.client.cli.CliResultView
 
print(Terminal) - Method in class org.apache.flink.table.client.cli.Printer.ClearCommandPrinter
 
print(Terminal) - Method in class org.apache.flink.table.client.cli.Printer.HelpCommandPrinter
 
print(Terminal) - Method in class org.apache.flink.table.client.cli.Printer.InitializationCommandPrinter
 
print(Terminal) - Method in interface org.apache.flink.table.client.cli.Printer
Print the results to the terminal.
print(Terminal) - Method in class org.apache.flink.table.client.cli.Printer.QuitCommandPrinter
 
print(Terminal) - Method in class org.apache.flink.table.client.cli.Printer.StatementResultPrinter
 
Printer - Interface in org.apache.flink.table.client.cli
Printer to print the results to the terminal.
Printer.ClearCommandPrinter - Class in org.apache.flink.table.client.cli
Printer to clear the terminal.
Printer.HelpCommandPrinter - Class in org.apache.flink.table.client.cli
Printer to print the HELP results.
Printer.InitializationCommandPrinter - Class in org.apache.flink.table.client.cli
Printer prints the initialization command results.
Printer.QuitCommandPrinter - Class in org.apache.flink.table.client.cli
Printer to print the QUIT messages.
Printer.StatementResultPrinter - Class in org.apache.flink.table.client.cli
Printer prints the statement results.
printHelpClient(PrintWriter) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
Prints the help for the client.
printHelpEmbeddedModeClient(PrintWriter) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
 
printHelpGatewayModeClient(PrintWriter) - Static method in class org.apache.flink.table.client.cli.CliOptionsParser
 
printInfo(Terminal, String) - Static method in interface org.apache.flink.table.client.cli.Printer
 
processRecord(RowData) - Method in class org.apache.flink.table.client.gateway.result.ChangelogCollectResult
 
processRecord(RowData) - Method in class org.apache.flink.table.client.gateway.result.CollectResultBase
 
processRecord(RowData) - Method in class org.apache.flink.table.client.gateway.result.MaterializedCollectBatchResult
 
processRecord(RowData) - Method in class org.apache.flink.table.client.gateway.result.MaterializedCollectStreamResult
 

Q

QUIT - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
QUIT - Enum constant in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
 
QUIT - Enum constant in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
 
QUIT - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
QUIT - Enum constant in enum org.apache.flink.table.client.cli.parser.Command
Command to quit the client.
QuitCommandPrinter() - Constructor for class org.apache.flink.table.client.cli.Printer.QuitCommandPrinter
 
QUOTED - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 

R

readFile(URI) - Static method in class org.apache.flink.table.client.cli.CliClient
 
refresh() - Method in class org.apache.flink.table.client.cli.CliChangelogResultView
 
refresh() - Method in class org.apache.flink.table.client.cli.CliResultView
 
refresh() - Method in class org.apache.flink.table.client.cli.CliTableResultView
 
REFRESH - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
REFRESH - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
REFRESH_INTERVALS - Static variable in class org.apache.flink.table.client.cli.CliResultView
 
refreshInterval - Variable in class org.apache.flink.table.client.cli.CliResultView
 
removeURL(URL) - Method in class org.apache.flink.table.client.util.ClientWrapperClassLoader
 
repeatChar(AttributedStringBuilder, char, int) - Static method in class org.apache.flink.table.client.cli.CliUtils
 
resetAllParts() - Method in class org.apache.flink.table.client.cli.CliView
Must be called when values in one or more parts have changed.
resetMainPart() - Method in class org.apache.flink.table.client.cli.CliView
Must be called when values in the main part (main header or main) have changed.
RESULT_CHANGELOG - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_DEC_REFRESH - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_FIRST - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_GOTO - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_INC_REFRESH - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_LAST - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_LAST_PAGE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_LAST_REFRESH - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_NEXT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_OPEN - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_PAGE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_PAGE_OF - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_PREV - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_QUIT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_REFRESH - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_REFRESH_INTERVAL - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_REFRESH_UNKNOWN - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_SEARCH - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_STOPPED - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_TABLE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
RESULT_TITLE - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
resultDescriptor - Variable in class org.apache.flink.table.client.cli.CliResultView
 
ResultDescriptor - Class in org.apache.flink.table.client.gateway
Describes a result to be expected from a table program.
ResultDescriptor(StatementResult, ReadableConfig) - Constructor for class org.apache.flink.table.client.gateway.ResultDescriptor
 
resultLock - Variable in class org.apache.flink.table.client.gateway.result.CollectResultBase
 
ResultMode - Enum in org.apache.flink.table.client.config
The mode when display the result of the query in the sql client.
ResultRetrievalThread() - Constructor for class org.apache.flink.table.client.gateway.result.CollectResultBase.ResultRetrievalThread
 
results - Variable in class org.apache.flink.table.client.cli.CliResultView
 
retrievalThread - Variable in class org.apache.flink.table.client.gateway.result.CollectResultBase
 
retrieveChanges() - Method in class org.apache.flink.table.client.gateway.result.ChangelogCollectResult
 
retrieveChanges() - Method in interface org.apache.flink.table.client.gateway.result.ChangelogResult
Retrieves the available result records.
retrievePage(int) - Method in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
 
retrievePage(int) - Method in interface org.apache.flink.table.client.gateway.result.MaterializedResult
Retrieves a page of a snapshotted result.
RIGHT - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
RIGHT - Enum constant in enum org.apache.flink.table.client.cli.CliInputView.InputOperation
 
RIGHT - Enum constant in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
 
RIGHT - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 
ROW_HEADER - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
ROW_QUIT - Static variable in class org.apache.flink.table.client.cli.CliStrings
 
run() - Method in class org.apache.flink.table.client.gateway.result.CollectResultBase.ResultRetrievalThread
 

S

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
 
setPayload(P) - Method in class org.apache.flink.table.client.gateway.TypedResult
 
setType(TypedResult.ResultType) - Method in class org.apache.flink.table.client.gateway.TypedResult
 
SingleSessionManager - Class in org.apache.flink.table.client.gateway
A SessionManager only has one session at most.
SingleSessionManager(DefaultContext) - Constructor for class org.apache.flink.table.client.gateway.SingleSessionManager
 
snapshot(int) - Method in class org.apache.flink.table.client.gateway.result.MaterializedCollectResultBase
 
snapshot(int) - Method in interface org.apache.flink.table.client.gateway.result.MaterializedResult
Takes a snapshot of the current table and returns the number of pages for navigating through the snapshot.
SOLARIZED - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 
SQL_QUOTED_IDENTIFIER - Enum constant in enum org.apache.flink.table.client.cli.parser.SqlClientParserState
 
SqlClient - Class in org.apache.flink.table.client
SQL Client for submitting SQL statements.
SqlClient(boolean, CliOptions, Supplier<Terminal>) - 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
 
SqlClientOptions - Class in org.apache.flink.table.client.config
Options used in sql client.
SqlClientParserState - Enum in org.apache.flink.table.client.cli.parser
State of parser used while preparing highlighted output, multiline parsing.
SqlClientSyntaxHighlighter - Class in org.apache.flink.table.client.cli.parser
Sql Client syntax highlighter.
SqlClientSyntaxHighlighter(Executor) - Constructor for class org.apache.flink.table.client.cli.parser.SqlClientSyntaxHighlighter
 
SqlCommandParser - Interface in org.apache.flink.table.client.cli.parser
SqlClient command parser.
SqlCommandParserImpl - Class in org.apache.flink.table.client.cli.parser
The SqlCommandParserImpl uses FlinkSqlParserImplTokenManager to do lexical analysis.
SqlCommandParserImpl() - Constructor for class org.apache.flink.table.client.cli.parser.SqlCommandParserImpl
 
SqlCompleter - Class in org.apache.flink.table.client.cli
SQL code completer.
SqlCompleter(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.parser
Multi-line parser for parsing an arbitrary number of SQL lines until a line ends with ';'.
SqlMultiLineParser(SqlCommandParser, Executor, CliClient.ExecutionMode) - Constructor for class org.apache.flink.table.client.cli.parser.SqlMultiLineParser
 
start() - Method in class org.apache.flink.table.client.gateway.SingleSessionManager
 
startClient(String[], Supplier<Terminal>) - Static method in class org.apache.flink.table.client.SqlClient
 
StatementResult - Class in org.apache.flink.table.client.gateway
Wrapped results for the FetchResultsResponseBody.
StatementResult(ResolvedSchema, CloseableIterator<RowData>, boolean, ResultKind, JobID) - Constructor for class org.apache.flink.table.client.gateway.StatementResult
 
StatementResult(ResolvedSchema, CloseableIterator<RowData>, boolean, ResultKind, JobID, RowDataToStringConverter) - Constructor for class org.apache.flink.table.client.gateway.StatementResult
 
StatementResultPrinter(StatementResult, ReadableConfig, long) - Constructor for class org.apache.flink.table.client.cli.Printer.StatementResultPrinter
 
stop() - Method in class org.apache.flink.table.client.gateway.SingleSessionManager
 
stopRetrieval(boolean) - Method in class org.apache.flink.table.client.cli.CliResultView
 
SyntaxHighlightStyle - Class in org.apache.flink.table.client.cli.parser
SyntaxHighlightStyle(AttributedStyle, AttributedStyle, AttributedStyle, AttributedStyle, AttributedStyle, AttributedStyle) - Constructor for class org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle
 
SyntaxHighlightStyle.BuiltInStyle - Enum in org.apache.flink.table.client.cli.parser
Pre-defined highlight styles.

T

TABLE - Enum constant in enum org.apache.flink.table.client.config.ResultMode
 
TABLEAU - Enum constant in enum org.apache.flink.table.client.config.ResultMode
 
tableauStyle - Variable in class org.apache.flink.table.client.cli.CliResultView
 
terminal - Variable in class org.apache.flink.table.client.cli.CliView
 
TerminalUtils - Class in org.apache.flink.table.client.cli
Utilities for terminal handling.
TerminalUtils.MockOutputStream - Class in org.apache.flink.table.client.cli
A mock OutputStream for testing.
TIME_FORMATTER - Static variable in class org.apache.flink.table.client.cli.CliUtils
 
toString() - Method in class org.apache.flink.table.client.gateway.TypedResult
 
TypedResult<P> - Class in org.apache.flink.table.client.gateway
Result with an attached type (actual payload, EOS, etc.).
TypedResult.ResultType - Enum in org.apache.flink.table.client.gateway
Result types.
typesToString(DataType[]) - Static method in class org.apache.flink.table.client.cli.CliUtils
 

U

unregisterJarResource(String) - Method in class org.apache.flink.table.client.resource.ClientResourceManager
 
UP - Enum constant in enum org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
 
UP - Enum constant in enum org.apache.flink.table.client.cli.CliRowView.RowOperation
 
UP - Enum constant in enum org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
 

V

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.cli.parser.SqlClientParserState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
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.cli.parser.SqlClientParserState
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.SyntaxHighlightStyle.BuiltInStyle
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
 
VS2010 - Enum constant in enum org.apache.flink.table.client.cli.parser.SyntaxHighlightStyle.BuiltInStyle
 

W

write(int) - Method in class org.apache.flink.table.client.cli.TerminalUtils.MockOutputStream
 
B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form