Aggregate Member Functions

getState(scalar columnIndex)
Gets the state for a given column index or all indices.
getInputState(scalar columnIndex)
Gets the input state for a given column indexer all indices.
_setState(list indexOrState, list inState)
Sets a single aggregate value or a list of aggregate values.
getStateValue(scalar index, scalar getMergedState)
Gets value of a state variable.
getStateString(scalar columnIndex,scalar getInputState)
Gets the string state variable value at column specified by column index.
getStateInt32(scalar columnIndex,scalar getInputState)
Gets the Int32 state variable value at column specified by column index.
getStateInt64(scalar columnIndex,scalar getInputState)
Gets the Int64 state variable value at column specified by column index.
getStateInt8(scalar columnIndex,scalar getInputState)
Gets the Int8 state variable value at column specified by column index.
getStateInt16(scalar columnIndex,scalar getInputState)
Gets the Int16 state variable value at column specified by column index.
getStateFloat(scalar columnIndex,scalar getInputState)
Gets the float state variable value at column specified by column index.
getStateDouble(scalar columnIndex,scalar getInputState)
Gets the double state variable value at column specified by column index.
getStateUdsData(scalar columnIndex,scalar getInputState)
Gets the generic state variable value at column specified by column index.
_setAggregateResult(list result, scalar forFinalResult)
Sets the aggregate result value.
_setAggregateValue(scalar index, scalar value, scalar forFinalResult)
Sets the return value for an aggregate.
setAggregateNull(scalar columnIndex)
Sets the aggregate or state value at column specified by column index to null.
setAggregateString(scalar column Index,scalar value, scalar length)
Sets the aggregate of state value at column specified by column index to a string value.
setAggregateInt32(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to an Int32 value.
setAggregateInt64(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to an Int64 value.
setAggregateInt8(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to an Int8 value.
setAggregateInt16(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to an Int16 value.
setAggregateFloat(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to a float value.
setAggregateDouble(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to a double value.
setAggregateUdsData(scalar columnIndex, scalar value)
Sets the aggregate or state value at the column specified by the column index to a generic value.
getNumberOfStateColumns()
Gets the number of state columns.
getStatePrecision(scalar columnIndex)
Gets the precision of a field a state at the specified column index.
getStateScale(scalar columnIndex)
Gets the scale of a field of state at the specified column index.
getStateSize(scalar columnIndex)
Gets the size of field of state at the specified column index.
getStateType(scalar columnIndex)
Gets the data rye of state field at specified index.