| Interface | Description |
|---|---|
| Registration |
A way to register a table in a
TableEnvironment that this descriptor originates from. |
| ResultProvider |
An internal class which helps the client to get the execute result from a specific sink.
|
| TableEnvironmentInternal |
An internal interface of
TableEnvironment that defines extended methods used for TableImpl. |
| TableResultInternal |
Internal interface with internal methods for
TableResult. |
| Class | Description |
|---|---|
| AnalyzeTableUtil |
ANALYZE TABLE statement Util.
|
| BaseExpressions<InType,OutType> |
These are Java and Scala common operations that can be used to construct an
Expression
AST for expression operations. |
| StatementSetImpl<E extends TableEnvironmentInternal> |
Implementation for
StatementSet. |
| StaticResultProvider |
Create result provider from a static set of data using external types.
|
| TableEnvironmentImpl |
Implementation of
TableEnvironment that works exclusively with Table API interfaces. |
| TableImpl |
Implementation for
Table. |
| TableResultImpl |
Implementation for
TableResult. |
| TableResultImpl.Builder |
Builder for creating a
TableResultImpl. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.