| Class | Description |
|---|---|
| AbstractSchema |
Abstract implementation of
Schema. |
| AbstractSchema.Factory |
Schema factory that creates an
AbstractSchema. |
| AbstractTable |
Abstract base class for implementing
Table. |
| AbstractTableQueryable<T> |
Abstract implementation of
Queryable for
QueryableTable. |
| AggregateFunctionImpl |
Implementation of
AggregateFunction via user-defined class. |
| DelegatingSchema |
Implementation of
Schema that delegates to
an underlying schema. |
| ListTransientTable |
TransientTable backed by a Java list. |
| LongSchemaVersion |
Implementation of SchemaVersion that uses a long value as representation.
|
| MaterializedViewTable |
Table that is a materialized view.
|
| MaterializedViewTable.MaterializedViewTableMacro |
Table function that returns the table that materializes a view.
|
| ModifiableViewTable |
Extension to
ViewTable that is modifiable. |
| ReflectiveFunctionBase |
Implementation of a function that is based on a method.
|
| ReflectiveFunctionBase.ParameterListBuilder |
Helps build lists of
FunctionParameter. |
| ScalarFunctionImpl |
Implementation of
ScalarFunction. |
| StarTable |
Virtual table that is composed of two or more tables joined together.
|
| StarTable.StarTableScan |
Relational expression that scans a
StarTable. |
| TableFunctionImpl |
Implementation of
TableFunction based on a
method. |
| TableMacroImpl |
Implementation of
TableMacro based on a
method. |
| ViewTable |
Table whose contents are defined using an SQL statement.
|
| ViewTableMacro |
Table function that implements a view.
|
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.