Interface | Description |
---|---|
Registration |
A way to register a table in a
TableEnvironment that this descriptor originates from. |
SelectResultProvider |
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 . |
Class | Description |
---|---|
BaseExpressions<InType,OutType> |
These are Java and Scala common operations that can be used to construct an
Expression
AST for expression operations. |
CatalogTableSchemaResolver |
The
CatalogTableSchemaResolver is used to derive correct result type of computed column,
because the date type of computed column from catalog table is not trusted. |
TableEnvironmentImpl |
Implementation of
TableEnvironment that works exclusively with Table API interfaces. |
TableImpl |
Implementation for
Table . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.