Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.calcite.schema Classes and Interfaces - 44 results found.
NameDescriptionTypePackageFramework
AbstractSchemaAbstract implementation of Schema.Classorg.apache.calcite.schema.implCalcite
AbstractTableAbstract base class for implementing Table.Classorg.apache.calcite.schema.implCalcite
AbstractTableQueryableAbstract implementation of Queryable for Not to be confused withClassorg.apache.calcite.schema.implCalcite
AggregateFunctionFunction that combines several values into a scalar result.Interfaceorg.apache.calcite.schemaCalcite
AggregateFunctionImpl The class should implement A init(), A add(A, V), and R result(A) methods.Classorg.apache.calcite.schema.implCalcite
DelegatingSchema an underlying schema.Classorg.apache.calcite.schema.implCalcite
ExtensibleTableTable whose row type can be extended to include extra fields.Interfaceorg.apache.calcite.schemaCalcite
FilterableTableTable that can be scanned, optionally applying supplied filter expressions, without creating an intermediate relational expression.Interfaceorg.apache.calcite.schemaCalcite
FunctionNamed expression that accepts parameters and returns a result.Interfaceorg.apache.calcite.schemaCalcite
FunctionParameterParameter to a Function.Interfaceorg.apache.calcite.schemaCalcite
ImplementableAggFunctionFunction that can be translated to java code.Interfaceorg.apache.calcite.schemaCalcite
ImplementableFunctionFunction that can be translated to java code.Interfaceorg.apache.calcite.schemaCalcite
MaterializedViewTableTable that is a materialized view.Classorg.apache.calcite.schema.implCalcite
MaterializedViewTable .MaterializedViewTableMacroTable function that returns the table that materializes a view.Classorg.apache.calcite.schema.impl.MaterializedViewTableCalcite
MemberA named expression in a schema.Interfaceorg.apache.calcite.schemaCalcite
ModifiableTableA table that can be modified.Interfaceorg.apache.calcite.schemaCalcite
ModifiableViewA modifiable view onto ModifiableTable.Interfaceorg.apache.calcite.schemaCalcite
PathPath from a root schema to a particular object (schema, table, function).Interfaceorg.apache.calcite.schemaCalcite
ProjectableFilterableTableTable that can be scanned, optionally applying supplied filter expressions, and projecting a given list of columns,Interfaceorg.apache.calcite.schemaCalcite
QueryableTableExtension to Table that can translate itself to a Queryable.Interfaceorg.apache.calcite.schemaCalcite
ReflectiveFunctionBase This class mainly solves conversion of method parameter types to List form.Classorg.apache.calcite.schema.implCalcite
ReflectiveFunctionBase .ParameterListBuilderClassorg.apache.calcite.schema.impl.ReflectiveFunctionBaseCalcite
ScalarFunctionFunction that returns a scalar result.Interfaceorg.apache.calcite.schemaCalcite
ScalarFunctionImplClassorg.apache.calcite.schema.implCalcite
ScannableTableTable that can be scanned without creating an intermediate relationalReturns an enumerator over the rows in this Table.Interfaceorg.apache.calcite.schemaCalcite
SchemaA namespace for tables and functions.Interfaceorg.apache.calcite.schemaCalcite
Schema .TableTypeAn accel-only table.Classorg.apache.calcite.schema.SchemaCalcite
SchemaFactoryFactory for Schema objects.Interfaceorg.apache.calcite.schemaCalcite
SchemaPlusExtension to the Schema interface.Interfaceorg.apache.calcite.schemaCalcite
SchemasUtility functions for schemas.Classorg.apache.calcite.schemaCalcite
SemiMutableSchemaSchema to which materializations can be added.Interfaceorg.apache.calcite.schemaCalcite
StarTableVirtual table that is composed of two or more tables joined together.Classorg.apache.calcite.schema.implCalcite
StarTable .StarTableScanRelational expression that scans a StarTable.Classorg.apache.calcite.schema.impl.StarTableCalcite
StatisticStatistics about a Table.Interfaceorg.apache.calcite.schemaCalcite
StatisticsUtility functions regarding Statistic.Classorg.apache.calcite.schemaCalcite
StreamableTableTable that can be converted to a stream.Interfaceorg.apache.calcite.schemaCalcite
Table The typical way for a table to be created is when Calcite interrogates a user-defined schema in order to validate names appearing in a SQL query.Interfaceorg.apache.calcite.schemaCalcite
TableFactoryFactory for Table objects.Interfaceorg.apache.calcite.schemaCalcite
TableFunctionFunction that returns a table during execution time.Interfaceorg.apache.calcite.schemaCalcite
TableFunctionImplClassorg.apache.calcite.schema.implCalcite
TableMacroFunction that returns a Table.Interfaceorg.apache.calcite.schemaCalcite
TableMacroImplClassorg.apache.calcite.schema.implCalcite
TranslatableTableExtension to Table that specifies how it is to be translated to It is optional for a Table to implement this interface.Interfaceorg.apache.calcite.schemaCalcite
ViewTableTable whose contents are defined using an SQL statement.Classorg.apache.calcite.schema.implCalcite