| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| org.apache.calcite.plan |
Defines interfaces for constructing rule-based optimizers of
relational expressions.
|
| org.apache.calcite.plan.hep |
Provides a heuristic planner implementation for the interfaces in
org.apache.calcite.plan. |
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.rel.convert |
Defines relational expressions and rules for converting between calling
conventions.
|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| org.apache.calcite.rel.externalize |
Facilities to externalize
RelNodes to and from
XML and JSON format. |
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.rel.metadata |
Defines metadata interfaces and utilities for relational
expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| org.apache.calcite.rel.stream |
Defines relational expressions for streaming.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Class and Description |
|---|
| Convention
Calling convention trait.
|
| RelImplementor
This is a marker interface for a callback used to convert a tree of
relational expressions into a plan. |
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTrait
RelTrait represents the manifestation of a relational expression trait within
a trait definition.
|
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| Convention
Calling convention trait.
|
| Convention.Impl
Default implementation.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTrait
RelTrait represents the manifestation of a relational expression trait within
a trait definition.
|
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| Convention
Calling convention trait.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTrait
RelTrait represents the manifestation of a relational expression trait within
a trait definition.
|
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| Class and Description |
|---|
| Context
Provides library users a way to store data within the planner session and
access it within rules.
|
| Convention
Calling convention trait.
|
| ConventionTraitDef
Definition of the the convention trait.
|
| MulticastRelOptListener
MulticastRelOptListener implements the
RelOptListener interface by
forwarding events on to a collection of other listeners. |
| RelMultipleTrait
Trait for which a given relational expression can have multiple values.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptCostFactory
Cost model for query planning.
|
| RelOptLattice
Use of a lattice by the query optimizer.
|
| RelOptListener
RelOptListener defines an interface for listening to events which occur
during the optimization process.
|
| RelOptListener.RelChosenEvent
Event indicating that a relational expression has been chosen.
|
| RelOptListener.RelDiscardedEvent
Event indicating that a relational expression has been discarded.
|
| RelOptListener.RelEquivalenceEvent
Event indicating that a relational expression has been found to
be equivalent to an equivalence class.
|
| RelOptListener.RelEvent
Event class for abstract event dealing with a relational expression.
|
| RelOptListener.RuleAttemptedEvent
Event indicating that a planner rule has been attemptedd.
|
| RelOptListener.RuleEvent
Event indicating that a planner rule has fired.
|
| RelOptListener.RuleProductionEvent
Event indicating that a planner rule has produced a result.
|
| RelOptMaterialization
Records that a particular query is materialized by a particular table.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptPlanner.Executor
Can reduce expressions, writing a literal for each into a list.
|
| RelOptPredicateList
Predicates that are known to hold in the output of a particular relational
expression.
|
| RelOptQuery
A
RelOptQuery represents a set of
relational expressions which derive from the same
select statement. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelOptRuleOperand
Operand that determines whether a
RelOptRule
can be applied to a particular expression. |
| RelOptRuleOperandChildPolicy
Policy by which operands will be matched by relational expressions with
any number of children.
|
| RelOptRuleOperandChildren
Children of a
RelOptRuleOperand and the
policy for matching them. |
| RelOptSchema
A
RelOptSchema is a set of RelOptTable objects. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelOptTable.ToRelContext
Contains the context needed to convert a a table into a relational
expression.
|
| RelOptTable.ViewExpander
Can expand a view into relational expressions.
|
| RelOptUtil.InputFinder
Visitor which builds a bitmap of the inputs used by an expression.
|
| RelOptUtil.Logic
Policies for handling two- and three-valued boolean logic.
|
| RelOptUtil.SubqueryType
What kind of sub-query.
|
| RelTrait
RelTrait represents the manifestation of a relational expression trait within
a trait definition.
|
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Strong
Utilities for strong predicates.
|
| SubstitutionVisitor.FilterOnProjectRule
Rule that converts a
LogicalFilter
on top of a LogicalProject into a
trivial filter (on a boolean column). |
| TableAccessMap.Mode
Access mode.
|
| Class and Description |
|---|
| AbstractRelOptPlanner
Abstract base for implementations of the
RelOptPlanner interface. |
| Context
Provides library users a way to store data within the planner session and
access it within rules.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptCostFactory
Cost model for query planning.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| AbstractRelOptPlanner
Abstract base for implementations of the
RelOptPlanner interface. |
| Context
Provides library users a way to store data within the planner session and
access it within rules.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptCostFactory
Cost model for query planning.
|
| RelOptLattice
Use of a lattice by the query optimizer.
|
| RelOptListener
RelOptListener defines an interface for listening to events which occur
during the optimization process.
|
| RelOptMaterialization
Records that a particular query is materialized by a particular table.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelOptRuleOperand
Operand that determines whether a
RelOptRule
can be applied to a particular expression. |
| RelOptSchema
A
RelOptSchema is a set of RelOptTable objects. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| Context
Provides library users a way to store data within the planner session and
access it within rules.
|
| Convention
Calling convention trait.
|
| RelOptCostFactory
Cost model for query planning.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptSchema
A
RelOptSchema is a set of RelOptTable objects. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelOptTable.ToRelContext
Contains the context needed to convert a a table into a relational
expression.
|
| RelOptTable.ViewExpander
Can expand a view into relational expressions.
|
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| Convention
Calling convention trait.
|
| RelMultipleTrait
Trait for which a given relational expression can have multiple values.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptQuery
A
RelOptQuery represents a set of
relational expressions which derive from the same
select statement. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTrait
RelTrait represents the manifestation of a relational expression trait within
a trait definition.
|
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| Convention
Calling convention trait.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelTrait
RelTrait represents the manifestation of a relational expression trait within
a trait definition.
|
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptSamplingParameters
RelOptSamplingParameters represents the parameters necessary to produce a
sample of a relation.
|
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptSchema
A
RelOptSchema is a set of RelOptTable objects. |
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptPredicateList
Predicates that are known to hold in the output of a particular relational
expression.
|
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| Class and Description |
|---|
| Convention
Calling convention trait.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptNode
Node in a planner.
|
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelOptRuleOperand
Operand that determines whether a
RelOptRule
can be applied to a particular expression. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptNode
Node in a planner.
|
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptRuleCall
A
RelOptRuleCall is an invocation of a RelOptRule with a
set of relational expressions as arguments. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
| Class and Description |
|---|
| RelOptPlanner.Executor
Can reduce expressions, writing a literal for each into a list.
|
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelOptTable.ToRelContext
Contains the context needed to convert a a table into a relational
expression.
|
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCost
RelOptCost defines an interface for optimizer cost in terms of number of rows
processed, CPU cost, and I/O cost.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelOptTable.ToRelContext
Contains the context needed to convert a a table into a relational
expression.
|
| Class and Description |
|---|
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| Class and Description |
|---|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptNode
Node in a planner.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptTable
Represents a relational dataset in a
RelOptSchema. |
| RelOptTable.ToRelContext
Contains the context needed to convert a a table into a relational
expression.
|
| RelOptTable.ViewExpander
Can expand a view into relational expressions.
|
| Class and Description |
|---|
| Context
Provides library users a way to store data within the planner session and
access it within rules.
|
| RelOptCluster
An environment for related relational expressions during the
optimization of a query.
|
| RelOptCostFactory
Cost model for query planning.
|
| RelOptPlanner
A
RelOptPlanner is a query optimizer: it transforms a relational
expression into a semantically equivalent relational expression, according to
a given set of rules and a cost model. |
| RelOptRule
A
RelOptRule transforms an expression into another. |
| RelOptSchema
A
RelOptSchema is a set of RelOptTable objects. |
| RelTraitDef
RelTraitDef represents a class of
RelTraits. |
| RelTraitSet
RelTraitSet represents an ordered set of
RelTraits. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.