Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
Modifier and Type | Method and Description |
---|---|
Function |
Tuple.getFunction(int fieldIndex)
Return the value of the function field at a specified field index.
|
Function |
Tuple.getFunction(Schema.Field field)
Return the value of the given function field.
|
Function |
Tuple.getFunction(java.lang.String fieldName)
Return the value of the named function field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
Tuple.TupleFormatter.formatFunction(Function f)
Return a string representation of the given StreamBase function
|
java.lang.CharSequence |
Tuple.DefaultTupleFormatter.formatFunction(Function f) |
void |
Tuple.setFunction(int field,
Function value)
Set a specified function field to the given
Function |
void |
Tuple.setFunction(Schema.Field field,
Function value)
Set a specified function field to the given
Function |
void |
Tuple.setFunction(java.lang.String field,
Function value)
Set a specified function field to the given
Function |