Skip to main content

%SQL.Engine.Objects.AlgJoin

Abstract representation of one join algorithm

Property Inventory

Method Inventory

Properties

property Alg as Alg;
Property methods: AlgGet(), AlgGetSwizzled(), AlgIsValid(), AlgNewObject(), AlgSet()
property Index as %Integer;
Property methods: IndexDisplayToLogical(), IndexGet(), IndexIsValid(), IndexLogicalToDisplay(), IndexNormalize(), IndexSet()
property StreamIndex as %Integer;
Property methods: StreamIndexDisplayToLogical(), StreamIndexGet(), StreamIndexIsValid(), StreamIndexLogicalToDisplay(), StreamIndexNormalize(), StreamIndexSet()

Methods

method AggMap(index As %Integer) as AggMap
method AggMapConds() as %String
The first component of aggmaps is a list of conditions that become fully satisfied by virtue of being handled by each aggregate map.
method AggMapCount() as %Integer
method AggMapStr() as %String
method Bsl(index As %Integer) as AlgBsl
method FindAggMapApplyingToVal(var As MtVal) as AggMap
method HasAggMap() as %Boolean
method MtStream() as MtStream
method Str() as %String
method Stream() as MtsStream

Inherited Members

Inherited Methods

FeedbackOpens in a new tab