Package org.apache.calcite.rel.logical
package org.apache.calcite.rel.logical
Defines logical relational expressions.
Related packages and classes
- Package
org.apache.calcite.rel.core
contains core relational expressions - Package
org.apache.calcite.rex
defines the relational expression API
-
ClassDescription
LogicalAggregate
is a relational operator which eliminates duplicates and computes totals.Sub-class ofAsofJoin
encoding ASOF joins.A relational expression which computes project expressions and also filters.A relational operator that performs nested-loop joins.Sub-class ofExchange
not targeted at any particular engine or calling convention.Sub-class ofFilter
not targeted at any particular engine or calling convention.Sub-class ofIntersect
not targeted at any particular engine or calling convention.Sub-class ofJoin
not targeted at any particular engine or calling convention.Sub-class ofMatch
not targeted at any particular engine or calling convention.Sub-class ofMinus
not targeted at any particular engine or calling convention.Sub-class ofProject
not targeted at any particular engine or calling convention.Sub-class ofRepeatUnion
not targeted at any particular engine or calling convention.Sub-class ofSnapshot
not targeted at any particular engine or calling convention.Sub-class ofSort
not targeted at any particular engine or calling convention.Sub-class ofSortExchange
not targeted at any particular engine or calling convention.Sub-class ofTableFunctionScan
not targeted at any particular engine or calling convention.Sub-class ofTableModify
not targeted at any particular engine or calling convention.ALogicalTableScan
reads all the rows from aRelOptTable
.Sub-class ofTableSpool
not targeted at any particular engine or calling convention.Sub-class ofUnion
not targeted at any particular engine or calling convention.Sub-class ofValues
not targeted at any particular engine or calling convention.Sub-class ofWindow
not targeted at any particular engine or calling convention.Shuttle to convert any rel plan to a plan with all logical nodes.