跳过导航链接
A B C D E F G H I L M N O P R S T V W 

A

addJar(String) - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
addJar(String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Add the JAR resource into the classloader with specified session.
addJar(String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 

B

buildDefaultContext(CliOptions) - 类 中的静态方法org.apache.flink.table.client.gateway.local.LocalContextUtils
 
buildSessionContext(String, DefaultContext) - 类 中的静态方法org.apache.flink.table.client.gateway.local.LocalContextUtils
 

C

callExplain(ExplainOperation) - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
callShowCreateTable(ShowCreateTableOperation) - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
cancelQuery(String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Cancels a table program and stops the result retrieval.
cancelQuery(String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
catalogManager - 类 中的变量org.apache.flink.table.client.gateway.context.SessionContext.SessionState
 
CHANGE_RECORD_BUFFER_SIZE - 类 中的静态变量org.apache.flink.table.client.gateway.local.result.ChangelogCollectResult
 
ChangelogCollectResult - org.apache.flink.table.client.gateway.local.result中的类
Collects results and returns them as a changelog.
ChangelogCollectResult(TableResult) - 类 的构造器org.apache.flink.table.client.gateway.local.result.ChangelogCollectResult
 
ChangelogResult - org.apache.flink.table.client.gateway.local.result中的接口
A result that is represented as a changelog consisting of insert and delete records.
checkFilePath(String) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
cleanUp() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
cleanUp() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
cleanUp() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
cleanUp() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
clearTerminal() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
CLI_NAME - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
CliChangelogResultView - org.apache.flink.table.client.cli中的类
CLI view for retrieving and displaying a changelog stream.
CliChangelogResultView(CliClient, ResultDescriptor) - 类 的构造器org.apache.flink.table.client.cli.CliChangelogResultView
 
CliChangelogResultView.ResultChangelogOperation - org.apache.flink.table.client.cli中的枚举
Available operations for this view.
CliClient - org.apache.flink.table.client.cli中的类
SQL CLI client.
CliClient(Supplier<Terminal>, String, Executor, Path, MaskingCallback) - 类 的构造器org.apache.flink.table.client.cli.CliClient
Creates a CLI instance with a custom terminal.
CliClient(Supplier<Terminal>, String, Executor, Path) - 类 的构造器org.apache.flink.table.client.cli.CliClient
Creates a CLI instance with a prepared terminal.
client - 类 中的变量org.apache.flink.table.client.cli.CliView
 
CliInputView - org.apache.flink.table.client.cli中的类
CLI view for entering a string.
CliInputView(CliClient, String, Function<String, Boolean>) - 类 的构造器org.apache.flink.table.client.cli.CliInputView
 
CliInputView.InputOperation - org.apache.flink.table.client.cli中的枚举
Available operations for this view.
CliOptions - org.apache.flink.table.client.cli中的类
Command line options to configure the SQL client.
CliOptions(boolean, String, URL, URL, List<URL>, List<URL>, String, String, Configuration) - 类 的构造器org.apache.flink.table.client.cli.CliOptions
 
CliOptionsParser - org.apache.flink.table.client.cli中的类
Parser for command line options.
CliOptionsParser() - 类 的构造器org.apache.flink.table.client.cli.CliOptionsParser
 
CliResultView<O extends Enum<O>> - org.apache.flink.table.client.cli中的类
Abstract CLI view for showing results (either as changelog or table).
CliResultView(CliClient, ResultDescriptor, int[]) - 类 的构造器org.apache.flink.table.client.cli.CliResultView
 
CliRowView - org.apache.flink.table.client.cli中的类
CLI view for visualizing a row.
CliRowView(CliClient, String[], String[], String[]) - 类 的构造器org.apache.flink.table.client.cli.CliRowView
 
CliRowView.RowOperation - org.apache.flink.table.client.cli中的枚举
Available operations for this view.
CliStatementSplitter - org.apache.flink.table.client.cli中的类
Line splitter to determine whether the submitted line is complete.
CliStatementSplitter() - 类 的构造器org.apache.flink.table.client.cli.CliStatementSplitter
 
CliStrings - org.apache.flink.table.client.cli中的类
Utility class that contains all strings for CLI commands and messages.
CliTableauResultView - org.apache.flink.table.client.cli中的类
Print result in tableau mode.
CliTableauResultView(Terminal, Executor, String, ResultDescriptor) - 类 的构造器org.apache.flink.table.client.cli.CliTableauResultView
 
CliTableResultView - org.apache.flink.table.client.cli中的类
CLI view for retrieving and displaying a table.
CliTableResultView(CliClient, ResultDescriptor) - 类 的构造器org.apache.flink.table.client.cli.CliTableResultView
 
CliTableResultView.ResultTableOperation - org.apache.flink.table.client.cli中的枚举
Available operations for this view.
CliUtils - org.apache.flink.table.client.cli中的类
Utilities for CLI formatting.
CliView<OP extends Enum<OP>,OUT> - org.apache.flink.table.client.cli中的类
Framework for a CLI view with header, footer, and main part that is scrollable.
CliView(CliClient) - 类 的构造器org.apache.flink.table.client.cli.CliView
 
close() - 类 中的方法org.apache.flink.table.client.cli.CliClient
Closes the CLI instance.
close() - 类 中的方法org.apache.flink.table.client.cli.CliTableauResultView
 
close() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
close(SqlExecutionException) - 类 中的方法org.apache.flink.table.client.cli.CliView
 
close(OUT) - 类 中的方法org.apache.flink.table.client.cli.CliView
 
close() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
Close resources, e.g. catalogs.
close() - 类 中的方法org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
close() - 接口 中的方法org.apache.flink.table.client.gateway.local.result.DynamicResult
Closes the retrieval and all involved threads.
closeSession(String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Close the resources of session for given session id.
closeSession(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
CollectResultBase - org.apache.flink.table.client.gateway.local.result中的类
A result that works through TableResult.collect().
CollectResultBase(TableResult) - 类 的构造器org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
CollectResultBase.ResultRetrievalThread - org.apache.flink.table.client.gateway.local.result中的类
Thread to retrieve data from the CloseableIterator and process.
columnWidths - 类 中的变量org.apache.flink.table.client.cli.CliResultView
 
complete(LineReader, ParsedLine, List<Candidate>) - 类 中的方法org.apache.flink.table.client.cli.SqlCompleter
 
completeStatement(String, String, int) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Returns a list of completion hints for the given statement at the given position.
completeStatement(String, String, int) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
computeFooterLines() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
computeFooterLines() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
computeFooterLines() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
computeFooterLines() - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
computeFooterLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
computeHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
computeHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
computeHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
computeHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
computeHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
computeMainHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
computeMainHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
computeMainHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
computeMainHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
computeMainHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
computeMainLines() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
computeMainLines() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
computeMainLines() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
computeMainLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
computeMaterializedTableCapacity(int) - 类 中的静态方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
 
computeMaterializedTableOvercommit(int) - 类 中的静态方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
 
create(DefaultContext, String) - 类 中的静态方法org.apache.flink.table.client.gateway.context.SessionContext
 
createDefaultTerminal() - 类 中的静态方法org.apache.flink.table.client.cli.TerminalUtils
 
createDumbTerminal() - 类 中的静态方法org.apache.flink.table.client.cli.TerminalUtils
 
createDumbTerminal(OutputStream) - 类 中的静态方法org.apache.flink.table.client.cli.TerminalUtils
 
createDumbTerminal(InputStream, OutputStream) - 类 中的静态方法org.apache.flink.table.client.cli.TerminalUtils
 
createFile(Path) - 类 中的静态方法org.apache.flink.table.client.cli.CliUtils
Create the file as well as the parent directory.
createResult(ReadableConfig, TableResult) - 类 中的方法org.apache.flink.table.client.gateway.local.ResultStore
Creates a result.

D

decreaseRefreshInterval(int) - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
DEFAULT_MARGIN - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
DEFAULT_TERMINAL_FACTORY - 类 中的静态变量org.apache.flink.table.client.cli.CliClient
 
DefaultContext - org.apache.flink.table.client.gateway.context中的类
Context describing default environment, command line options, flink config, etc.
DefaultContext(List<URL>, Configuration, List<CustomCommandLine>) - 类 的构造器org.apache.flink.table.client.gateway.context.DefaultContext
 
display() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
display() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
DISPLAY_MAX_COLUMN_WIDTH - 类 中的静态变量org.apache.flink.table.client.config.SqlClientOptions
 
displayResults() - 类 中的方法org.apache.flink.table.client.cli.CliTableauResultView
 
DynamicResult - org.apache.flink.table.client.gateway.local.result中的接口
A result of a dynamic table program.

E

empty() - 类 中的静态方法org.apache.flink.table.client.gateway.TypedResult
 
endOfStream() - 类 中的静态方法org.apache.flink.table.client.gateway.TypedResult
 
equals(Object) - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 
evaluate(CliChangelogResultView.ResultChangelogOperation, String) - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
evaluate(CliInputView.InputOperation, String) - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
evaluate(CliRowView.RowOperation, String) - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
evaluate(CliTableResultView.ResultTableOperation, String) - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
evaluate(OP, String) - 类 中的方法org.apache.flink.table.client.cli.CliView
 
executeInInteractiveMode() - 类 中的方法org.apache.flink.table.client.cli.CliClient
Opens the interactive CLI shell.
executeInitialization(String) - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
executeInNonInteractiveMode(String) - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
executeModifyOperations(String, List<ModifyOperation>) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Executes modify operations, and return TableResult as execution result.
executeModifyOperations(String, List<ModifyOperation>) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
executeOperation(String, Operation) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Executes an operation, and return TableResult as execution result.
executeOperation(String, Operation) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
executeQuery(String, QueryOperation) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Submits a Flink SQL query job (detached) and returns the result descriptor.
executeQuery(String, QueryOperation) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
EXECUTION_MAX_TABLE_RESULT_ROWS - 类 中的静态变量org.apache.flink.table.client.config.SqlClientOptions
 
EXECUTION_RESULT_MODE - 类 中的静态变量org.apache.flink.table.client.config.SqlClientOptions
 
ExecutionContext - org.apache.flink.table.client.gateway.context中的类
Context for executing table programs.
ExecutionContext(Configuration, URLClassLoader, SessionContext.SessionState) - 类 的构造器org.apache.flink.table.client.gateway.context.ExecutionContext
 
ExecutionContext(ExecutionContext) - 类 的构造器org.apache.flink.table.client.gateway.context.ExecutionContext
Create a new ExecutionContext.
executionException - 类 中的变量org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
Executor - org.apache.flink.table.client.gateway中的接口
A gateway for communicating with Flink and other external systems.

F

formatTwoLineHelpOptions(int, List<Tuple2<String, String>>) - 类 中的静态方法org.apache.flink.table.client.cli.CliUtils
 
functionCatalog - 类 中的变量org.apache.flink.table.client.gateway.context.SessionContext.SessionState
 

G

getConfigMap() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
getDependencies() - 类 中的方法org.apache.flink.table.client.gateway.context.DefaultContext
 
getDescription() - 枚举 中的方法org.apache.flink.table.client.config.ResultMode
 
getEmbeddedModeClientOptions(Options) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
getExecutionContext() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
getExecutionContext(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
Get the existed ExecutionContext from contextMap, or thrown exception if does not exist.
getExecutor() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
getFlinkConfig() - 类 中的方法org.apache.flink.table.client.gateway.context.DefaultContext
 
getFooterLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getGatewayModeClientOptions(Options) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
getGatewayModeGatewayOptions(Options) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
getHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getHeight() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
getHeight() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getHistoryFilePath() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getInitFile() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getJars() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getKeys() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
getKeys() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
getKeys() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
getKeys() - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
getKeys() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getLibraryDirs() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getMainHeaderLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getMainLines() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getMaterializedTable() - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
 
getMaterializedTable() - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult
 
getPayload() - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 
getPythonConfiguration() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getReadableConfig() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
getResult() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getResult(String) - 类 中的方法org.apache.flink.table.client.gateway.local.ResultStore
 
getResultId() - 类 中的方法org.apache.flink.table.client.gateway.ResultDescriptor
 
getResults() - 类 中的方法org.apache.flink.table.client.gateway.local.ResultStore
 
getResultSchema() - 类 中的方法org.apache.flink.table.client.gateway.ResultDescriptor
 
getRow(String[]) - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
getRow(String[]) - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
getRow(String[]) - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
getSessionConfig(String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Returns a ReadableConfig of all session configurations that are defined by the executor and the session.
getSessionConfig(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
getSessionConfigMap(String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Returns a copy of Map of all session configurations that are defined by the executor and the session.
getSessionConfigMap(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
getSessionId() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
getSessionId() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getSessionId() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
getSessionTimeZone(ReadableConfig) - 类 中的静态方法org.apache.flink.table.client.cli.CliUtils
Get time zone from the the given session config.
getSqlFile() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getTableEnvironment() - 类 中的方法org.apache.flink.table.client.gateway.context.ExecutionContext
 
getTerminal() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
getTitle() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
getTitle() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
getTitle() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
getTitle() - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
getTitle() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getTitleLine() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getTotalMainWidth() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getType() - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 
getUpdateStatement() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
getVisibleMainHeight() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
getWidth() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
getWidth() - 类 中的方法org.apache.flink.table.client.cli.CliView
 

H

handleMissingResult() - 类 中的方法org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
hashCode() - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 

I

increaseRefreshInterval() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
init() - 类 中的方法org.apache.flink.table.client.cli.CliInputView
 
init() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
init() - 类 中的方法org.apache.flink.table.client.cli.CliRowView
 
init() - 类 中的方法org.apache.flink.table.client.cli.CliView
Starts threads if necessary.
INPUT_ENTER_PAGE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
INPUT_ERROR - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
INPUT_HELP - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
INPUT_TITLE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
isMaterialized() - 类 中的方法org.apache.flink.table.client.gateway.local.result.ChangelogCollectResult
 
isMaterialized() - 接口 中的方法org.apache.flink.table.client.gateway.local.result.DynamicResult
Returns whether this result is materialized such that snapshots can be taken or results must be retrieved record-wise.
isMaterialized() - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
 
isMaterialized() - 类 中的方法org.apache.flink.table.client.gateway.ResultDescriptor
 
isPlainTerminal() - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
isPrintHelp() - 类 中的方法org.apache.flink.table.client.cli.CliOptions
 
isRetrieving() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
isRetrieving() - 类 中的方法org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
isRunning() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
isRunning - 类 中的变量org.apache.flink.table.client.gateway.local.result.CollectResultBase.ResultRetrievalThread
 
isStatementComplete(String) - 类 中的静态方法org.apache.flink.table.client.cli.CliStatementSplitter
 
isStreamingMode() - 类 中的方法org.apache.flink.table.client.gateway.ResultDescriptor
 
isTableauMode() - 类 中的方法org.apache.flink.table.client.gateway.ResultDescriptor
 

L

listJars() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
listJars(String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
List the JAR resources of the classloader with specified session.
listJars(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
LocalContextUtils - org.apache.flink.table.client.gateway.local中的类
Utils to build a DefaultContext and SessionContext.
LocalContextUtils() - 类 的构造器org.apache.flink.table.client.gateway.local.LocalContextUtils
 
LocalExecutor - org.apache.flink.table.client.gateway.local中的类
Executor that performs the Flink communication locally.
LocalExecutor(DefaultContext) - 类 的构造器org.apache.flink.table.client.gateway.local.LocalExecutor
Creates a local executor for submitting table programs and retrieving results.

M

main(String[]) - 类 中的静态方法org.apache.flink.table.client.SqlClient
 
MATERIALIZED_TABLE_CAPACITY_FACTOR - 类 中的静态变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Factor for the initial capacity of the materialized table.
MATERIALIZED_TABLE_MAX_INITIAL_CAPACITY - 类 中的静态变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Maximum initial capacity of the materialized table.
MATERIALIZED_TABLE_MAX_OVERCOMMIT - 类 中的静态变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Maximum overcommitment of the materialized table.
MATERIALIZED_TABLE_OVERCOMMIT_FACTOR - 类 中的静态变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Factor for cleaning up deleted rows in the materialized table.
MaterializedCollectBatchResult - org.apache.flink.table.client.gateway.local.result中的类
Collects results and returns them as table snapshots.
MaterializedCollectBatchResult(TableResult, int, int) - 类 的构造器org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
 
MaterializedCollectBatchResult(TableResult, int) - 类 的构造器org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
 
MaterializedCollectResultBase - org.apache.flink.table.client.gateway.local.result中的类
Base class to collect results and returns them as table snapshots.
MaterializedCollectResultBase(TableResult, int, int) - 类 的构造器org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
 
MaterializedCollectStreamResult - org.apache.flink.table.client.gateway.local.result中的类
Collects results and returns them as table snapshots.
MaterializedCollectStreamResult(TableResult, int, int) - 类 的构造器org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult
 
MaterializedCollectStreamResult(TableResult, int) - 类 的构造器org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult
 
MaterializedResult - org.apache.flink.table.client.gateway.local.result中的接口
A result that is materialized and can be viewed by navigating through a snapshot.
materializedTable - 类 中的变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Materialized table that is continuously updated by inserts and deletes.
maxColumnWidth() - 类 中的方法org.apache.flink.table.client.gateway.ResultDescriptor
 
maxRowCount - 类 中的变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Maximum number of materialized rows to be stored.
MESSAGE_ADD_JAR_STATEMENT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_ADD_STATEMENT_TO_STATEMENT_SET - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_BEGIN_STATEMENT_SET - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_DEPRECATED_KEY - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_EMPTY - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_EXECUTE_FILE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_EXECUTE_STATEMENT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_FINISH_STATEMENT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_HELP - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_NO_STATEMENT_IN_STATEMENT_SET - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_QUIT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_REMOVE_JAR_STATEMENT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_REMOVED_KEY - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_RESET - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_RESET_KEY - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_RESULT_QUIT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_SET_KEY - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_SQL_EXECUTION_ERROR - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_STATEMENT_SET_END_CALL_ERROR - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_STATEMENT_SET_SQL_EXECUTION_ERROR - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_STATEMENT_SUBMITTED - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_SUBMITTING_STATEMENT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_WAIT_EXECUTE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
MESSAGE_WELCOME - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
messageError(String, Throwable, boolean) - 类 中的静态方法org.apache.flink.table.client.cli.CliStrings
 
messageError(String) - 类 中的静态方法org.apache.flink.table.client.cli.CliStrings
 
messageError(String, String) - 类 中的静态方法org.apache.flink.table.client.cli.CliStrings
 
messageInfo(String) - 类 中的静态方法org.apache.flink.table.client.cli.CliStrings
 
messageWarning(String) - 类 中的静态方法org.apache.flink.table.client.cli.CliStrings
 
MockOutputStream() - 类 的构造器org.apache.flink.table.client.cli.TerminalUtils.MockOutputStream
 
MODE_EMBEDDED - 类 中的静态变量org.apache.flink.table.client.SqlClient
 
MODE_GATEWAY - 类 中的静态变量org.apache.flink.table.client.SqlClient
 
moduleManager - 类 中的变量org.apache.flink.table.client.gateway.context.SessionContext.SessionState
 

N

NO_ROW_SELECTED - 类 中的静态变量org.apache.flink.table.client.cli.CliResultView
 
normalizeColumn(AttributedStringBuilder, String, int) - 类 中的静态方法org.apache.flink.table.client.cli.CliUtils
 

O

offsetX - 类 中的变量org.apache.flink.table.client.cli.CliView
 
offsetY - 类 中的变量org.apache.flink.table.client.cli.CliView
 
open() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
openRow() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
openSession(String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Open a new session by using the given session id.
openSession(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
OPTION_FILE - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_HELP - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_HISTORY - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_INIT_FILE - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_JAR - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_LIBRARY - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_SESSION - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
 
OPTION_UPDATE - 类 中的静态变量org.apache.flink.table.client.cli.CliOptionsParser
已过时。
org.apache.flink.table.client - 程序包 org.apache.flink.table.client
 
org.apache.flink.table.client.cli - 程序包 org.apache.flink.table.client.cli
 
org.apache.flink.table.client.config - 程序包 org.apache.flink.table.client.config
 
org.apache.flink.table.client.gateway - 程序包 org.apache.flink.table.client.gateway
 
org.apache.flink.table.client.gateway.context - 程序包 org.apache.flink.table.client.gateway.context
 
org.apache.flink.table.client.gateway.local - 程序包 org.apache.flink.table.client.gateway.local
 
org.apache.flink.table.client.gateway.local.result - 程序包 org.apache.flink.table.client.gateway.local.result
 
overcommitThreshold - 类 中的变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Threshold for cleaning up deleted rows in the materialized table.

P

parse(String, int, Parser.ParseContext) - 类 中的方法org.apache.flink.table.client.cli.SqlMultiLineParser
 
parseEmbeddedModeClient(String[]) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
parseGatewayModeClient(String[]) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
parseGatewayModeGateway(String[]) - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
parseStatement(String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Parse a SQL statement to Operation.
parseStatement(String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
payload(T) - 类 中的静态方法org.apache.flink.table.client.gateway.TypedResult
 
previousResults - 类 中的变量org.apache.flink.table.client.cli.CliResultView
 
printHelpClient() - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
Prints the help for the client.
printHelpEmbeddedModeClient() - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
printHelpGateway() - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
Prints the help for the gateway.
printHelpGatewayModeClient() - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
printHelpGatewayModeGateway() - 类 中的静态方法org.apache.flink.table.client.cli.CliOptionsParser
 
printRawContent(Operation) - 类 中的方法org.apache.flink.table.client.cli.CliClient
 
processRecord(Row) - 类 中的方法org.apache.flink.table.client.gateway.local.result.ChangelogCollectResult
 
processRecord(Row) - 类 中的方法org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
processRecord(Row) - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectBatchResult
 
processRecord(Row) - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectStreamResult
 

R

refresh() - 类 中的方法org.apache.flink.table.client.cli.CliChangelogResultView
 
refresh() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
refresh() - 类 中的方法org.apache.flink.table.client.cli.CliTableResultView
 
REFRESH_INTERVALS - 类 中的静态变量org.apache.flink.table.client.cli.CliResultView
 
refreshInterval - 类 中的变量org.apache.flink.table.client.cli.CliResultView
 
removeJar(String) - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
 
removeJar(String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Remove the JAR resource from the classloader with specified session.
removeJar(String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
removeResult(String) - 类 中的方法org.apache.flink.table.client.gateway.local.ResultStore
 
repeatChar(AttributedStringBuilder, char, int) - 类 中的静态方法org.apache.flink.table.client.cli.CliUtils
 
reset() - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
Reset properties to default.
reset(String) - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
Reset key's property to default.
resetAllParts() - 类 中的方法org.apache.flink.table.client.cli.CliView
Must be called when values in one or more parts have changed.
resetMainPart() - 类 中的方法org.apache.flink.table.client.cli.CliView
Must be called when values in the main part (main header or main) have changed.
resetSessionProperties(String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Reset all the properties for the given session identifier.
resetSessionProperties(String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
resetSessionProperty(String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Reset given key's the session property for default value, if key is not defined in config file, then remove it.
resetSessionProperty(String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
RESULT_CHANGELOG - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_DEC_REFRESH - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_FIRST - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_GOTO - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_INC_REFRESH - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_LAST - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_LAST_PAGE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_LAST_REFRESH - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_NEXT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_OPEN - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_PAGE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_PAGE_OF - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_PREV - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_QUIT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_REFRESH - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_REFRESH_INTERVAL - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_REFRESH_UNKNOWN - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_SEARCH - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_STOPPED - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_TABLE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
RESULT_TITLE - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
resultDescriptor - 类 中的变量org.apache.flink.table.client.cli.CliResultView
 
ResultDescriptor - org.apache.flink.table.client.gateway中的类
Describes a result to be expected from a table program.
ResultDescriptor(String, ResolvedSchema, boolean, ReadableConfig) - 类 的构造器org.apache.flink.table.client.gateway.ResultDescriptor
 
resultLock - 类 中的变量org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
ResultMode - org.apache.flink.table.client.config中的枚举
The mode when display the result of the query in the sql client.
ResultRetrievalThread() - 类 的构造器org.apache.flink.table.client.gateway.local.result.CollectResultBase.ResultRetrievalThread
 
results - 类 中的变量org.apache.flink.table.client.cli.CliResultView
 
ResultStore - org.apache.flink.table.client.gateway.local中的类
Maintains dynamic results.
ResultStore() - 类 的构造器org.apache.flink.table.client.gateway.local.ResultStore
 
retrievalThread - 类 中的变量org.apache.flink.table.client.gateway.local.result.CollectResultBase
 
retrieveChanges() - 类 中的方法org.apache.flink.table.client.gateway.local.result.ChangelogCollectResult
 
retrieveChanges() - 接口 中的方法org.apache.flink.table.client.gateway.local.result.ChangelogResult
Retrieves the available result records.
retrievePage(int) - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
 
retrievePage(int) - 接口 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedResult
Retrieves a page of a snapshotted result.
retrieveResultChanges(String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Asks for the next changelog results (non-blocking).
retrieveResultChanges(String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
retrieveResultPage(String, int) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Returns the rows that are part of the current page or throws an exception if the snapshot has been expired.
retrieveResultPage(String, int) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
ROW_HEADER - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
ROW_QUIT - 类 中的静态变量org.apache.flink.table.client.cli.CliStrings
 
run() - 类 中的方法org.apache.flink.table.client.gateway.local.result.CollectResultBase.ResultRetrievalThread
 

S

scrollDown() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
scrollDown(int) - 类 中的方法org.apache.flink.table.client.cli.CliView
 
scrollLeft() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
scrollRight() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
scrollUp() - 类 中的方法org.apache.flink.table.client.cli.CliView
 
selectedRow - 类 中的变量org.apache.flink.table.client.cli.CliResultView
 
selectRowDown() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
selectRowUp() - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
SessionContext - org.apache.flink.table.client.gateway.context中的类
Context describing a session, it's mainly used for user to open a new session in the backend.
SessionContext.SessionState - org.apache.flink.table.client.gateway.context中的类
session state.
SessionState(CatalogManager, ModuleManager, FunctionCatalog) - 类 的构造器org.apache.flink.table.client.gateway.context.SessionContext.SessionState
 
set(String, String) - 类 中的方法org.apache.flink.table.client.gateway.context.SessionContext
Set properties.
setPayload(P) - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 
setSessionProperty(String, String, String) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Set given key's session property to the specific value.
setSessionProperty(String, String, String) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
setType(TypedResult.ResultType) - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 
snapshot(int) - 类 中的方法org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
 
snapshot(int) - 接口 中的方法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(String, String, int) - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Creates an immutable result snapshot of the running Flink job.
snapshotResult(String, String, int) - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
splitContent(String) - 类 中的静态方法org.apache.flink.table.client.cli.CliStatementSplitter
 
SqlClient - org.apache.flink.table.client中的类
SQL Client for submitting SQL statements.
SqlClient(boolean, CliOptions, Supplier<Terminal>) - 类 的构造器org.apache.flink.table.client.SqlClient
 
SqlClientException - org.apache.flink.table.client中的异常错误
General exception for SQL client related errors.
SqlClientException(String) - 异常错误 的构造器org.apache.flink.table.client.SqlClientException
 
SqlClientException(String, Throwable) - 异常错误 的构造器org.apache.flink.table.client.SqlClientException
 
SqlClientException(Throwable) - 异常错误 的构造器org.apache.flink.table.client.SqlClientException
 
SqlClientOptions - org.apache.flink.table.client.config中的类
Options used in sql client.
SqlCompleter - org.apache.flink.table.client.cli中的类
SQL code completer.
SqlCompleter(String, Executor) - 类 的构造器org.apache.flink.table.client.cli.SqlCompleter
 
SqlExecutionException - org.apache.flink.table.client.gateway中的异常错误
Exception thrown during the execution of SQL statements.
SqlExecutionException(String) - 异常错误 的构造器org.apache.flink.table.client.gateway.SqlExecutionException
 
SqlExecutionException(String, Throwable) - 异常错误 的构造器org.apache.flink.table.client.gateway.SqlExecutionException
 
SqlMultiLineParser - org.apache.flink.table.client.cli中的类
Multi-line parser for parsing an arbitrary number of SQL lines until a line ends with ';'.
SqlMultiLineParser() - 类 的构造器org.apache.flink.table.client.cli.SqlMultiLineParser
 
start() - 接口 中的方法org.apache.flink.table.client.gateway.Executor
Starts the executor and ensures that its is ready for commands to be executed.
start() - 类 中的方法org.apache.flink.table.client.gateway.local.LocalExecutor
 
startClient(String[], Supplier<Terminal>) - 类 中的静态方法org.apache.flink.table.client.SqlClient
 
stopRetrieval(boolean) - 类 中的方法org.apache.flink.table.client.cli.CliResultView
 
storeResult(String, DynamicResult) - 类 中的方法org.apache.flink.table.client.gateway.local.ResultStore
 

T

TerminalUtils - org.apache.flink.table.client.cli中的类
Utilities for terminal handling.
TerminalUtils.MockOutputStream - org.apache.flink.table.client.cli中的类
A mock OutputStream for testing.
TIME_FORMATTER - 类 中的静态变量org.apache.flink.table.client.cli.CliUtils
 
toString() - 类 中的方法org.apache.flink.table.client.gateway.TypedResult
 
TypedResult<P> - org.apache.flink.table.client.gateway中的类
Result with an attached type (actual payload, EOS, etc.).
TypedResult.ResultType - org.apache.flink.table.client.gateway中的枚举
Result types.
typesToString(DataType[]) - 类 中的静态方法org.apache.flink.table.client.cli.CliUtils
 

V

validRowPosition - 类 中的变量org.apache.flink.table.client.gateway.local.result.MaterializedCollectResultBase
Counter for deleted rows to be deleted at the beginning of the materialized table.
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.client.cli.CliInputView.InputOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.client.cli.CliRowView.RowOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.client.config.ResultMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.table.client.gateway.TypedResult.ResultType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.table.client.cli.CliChangelogResultView.ResultChangelogOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.client.cli.CliInputView.InputOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.client.cli.CliRowView.RowOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.client.cli.CliTableResultView.ResultTableOperation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.client.config.ResultMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.table.client.gateway.TypedResult.ResultType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERBOSE - 类 中的静态变量org.apache.flink.table.client.config.SqlClientOptions
 

W

wrapClassLoader(Supplier<R>) - 类 中的方法org.apache.flink.table.client.gateway.context.ExecutionContext
Executes the given supplier using the execution context's classloader as thread classloader.
write(int) - 类 中的方法org.apache.flink.table.client.cli.TerminalUtils.MockOutputStream
 
A B C D E F G H I L M N O P R S T V W 
跳过导航链接

Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.