Package org. partiql. lang. eval. physical. operators
Types
Provides an implementation of the PartiqlPhysical.Bexpr.Aggregate operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Filter operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Join operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Let operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Limit operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Offset operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Project operator.
Marker interface with unique key, which allows all RelationalOperatorFactory implementations to exist in a Map<OperatorFactoryKey, OperatorFactory>
.
A unique identifier for physical operator factories.
Indicates which physical relational operator a RelationalOperatorFactory can create instances of.
An implementation of a physical plan relational operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Scan operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Order operator.
Provides an implementation of the PartiqlPhysical.Bexpr.Scan operator.
Evaluates a PartiQL expression returning an ExprValue.