| Class | Description |
|---|---|
| AbstractSchema |
Abstract implementation of
Schema. |
| 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. |
| MaterializedViewTable |
Table that is a materialized view.
|
| MaterializedViewTable.MaterializedViewTableMacro |
Table function that returns the table that materializes a view.
|
| ReflectiveFunctionBase |
Implementation of a function that is based on a method.
|
| 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.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.