Skip to main content

%SQL.Engine.Objects.AslActionBuildNode

Reference to the build subnodes of an asl build action.

Property Inventory

Method Inventory

Parameters

parameter NodeRef = asl(..AslAction.AslMod.Index, $$$aslACTION, ..AslAction.Index, ..Index);
Inherited description: A string which, when evaluated, returns the reference for this node. e.g. "asl(1,..MyType, ..MyIndex, 4)"

Properties

property AslAction as AslAction;
The build action
Property methods: AslActionGet(), AslActionGetSwizzled(), AslActionIsValid(), AslActionNewObject(), AslActionSet()
property Index as %Integer;
The index for this subnode
Property methods: IndexDisplayToLogical(), IndexGet(), IndexIsValid(), IndexLogicalToDisplay(), IndexNormalize(), IndexSet()

Methods

method AggOp() as %String
An aggregate operation to perform, eg "orbit" AK507/AK525
method BitType() as %String
only known value: "bit" for using "set $bit" on the subscript
method Chunk() as MtVal
The val for a chunk to store in a bitmap tempfile
method SetAggOp(aggOp As %String)
method SetAsBit(val As MtVal)
Set this build node to set a value into a bitmap tempfile
method SetAsChunk(chunk As MtVal, aggOp As %String = "")
Set this build node to set its data value to chunkVal, optionally performing aggOp
method SetAsSubscript(subscriptVal As MtVal)
Set this build node to populate a subscript with subscriptVal
method SetBitType(bitType As %String = "bit")
method SetChunk(val As MtVal)
method SetTidType(tidType As %String = "tid")
method SetType(type As %String)
method SetVal(val As MtVal)
method TidType() as %String
only known value: "tid" for running row counter
method Type() as %String
The type of node build (e.g. subscript "s")
method Val() as MtVal
The val to use in the build

Inherited Members

Inherited Methods

FeedbackOpens in a new tab