The ITuple type exposes the following members.

Methods

  Name Description
Public method GetIntCollectionValue(Int32)
Returns the IIntCollection value of the given column of the invoking tuple.
Public method GetIntCollectionValue(String)
Returns the IIntCollection value of the given column of the invoking tuple.
Public method GetIntMapValue(Int32)
Returns the IIntMap value of the given column of the invoking tuple.
Public method GetIntMapValue(String)
Returns the IIntMap value of the given column of the invoking tuple.
Public method GetIntSetValue(Int32)
Public method GetIntSetValue(String)
Public method 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.
Public method 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.
Public method GetNumCollectionValue(Int32)
Returns the INumCollection value of the given column of the invoking tuple.
Public method GetNumCollectionValue(String)
Returns the INumCollection value of the given column of the invoking tuple.
Public method GetNumMapValue(Int32)
Returns the INumMap value of the given column of the invoking tuple.
Public method GetNumMapValue(String)
Returns the INumMap value of the given column of the invoking tuple.
Public method GetNumSetValue(Int32)
Public method GetNumSetValue(String)
Public method 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.
Public method 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.
Public method GetStringValue(Int32)
Returns the value of the given column of the invoking tuple as a string.
Public method GetStringValue(String)
Returns the value of the given column of the invoking tuple as a string.
Public method GetSymbolSetValue(Int32)
Public method GetSymbolSetValue(String)
Public method MakeTupleValue(Int32)
Creates and returns the ITuple value of the given column of the invoking tuple.
Public method MakeTupleValue(String)
Creates and returns the ITuple value of the given column of the invoking tuple.

Properties

  Name Description
Public property Index
Returns the position of the invoking tuple in its tuple set.
Public property Schema
Returns the schema of the created tuple.

See Also