Methods
| Name | Description | |
|---|---|---|
|
|
GetIntCollectionValue(Int32) |
Returns the IIntCollection value of
the given column of the invoking tuple.
|
|
|
GetIntCollectionValue(String) |
Returns the IIntCollection value of
the given column of the invoking tuple.
|
|
|
GetIntMapValue(Int32) |
Returns the IIntMap value of the
given column of the invoking tuple.
|
|
|
GetIntMapValue(String) |
Returns the IIntMap value of the
given column of the invoking tuple.
|
|
|
GetIntSetValue(Int32) | |
|
|
GetIntSetValue(String) | |
|
|
GetIntValue(Int32) |
Returns the integer value of the given column of the invoking
tuple and produces an execution error if the column type is not Int.
|
|
|
GetIntValue(String) |
Returns the integer value of the given column of the invoking tuple
and produces an execution error if the column type is not Int.
|
|
|
GetNumCollectionValue(Int32) |
Returns the INumCollection value of
the given column of the invoking tuple.
|
|
|
GetNumCollectionValue(String) |
Returns the INumCollection value of the
given column of the invoking tuple.
|
|
|
GetNumMapValue(Int32) |
Returns the INumMap value of the given
column of the invoking tuple.
|
|
|
GetNumMapValue(String) |
Returns the INumMap value of the given
column of the invoking tuple.
|
|
|
GetNumSetValue(Int32) | |
|
|
GetNumSetValue(String) | |
|
|
GetNumValue(Int32) |
Returns the Double value of the given column of the invoking tuple and
produces an execution error if the column type is not Double.
|
|
|
GetNumValue(String) |
Returns the Double value of the given column of the invoking tuple and
produces an execution error if the column type is not Double.
|
|
|
GetStringValue(Int32) |
Returns the value of the given column of the invoking tuple as a string.
|
|
|
GetStringValue(String) |
Returns the value of the given column of the invoking tuple as a string.
|
|
|
GetSymbolSetValue(Int32) | |
|
|
GetSymbolSetValue(String) | |
|
|
MakeTupleValue(Int32) |
Creates and returns the ITuple
value of the given column of the invoking tuple.
|
|
|
MakeTupleValue(String) |
Creates and returns the ITuple
value of the given column of the invoking tuple.
|