void |
ExaIterator.emit(Object... values) |
Emit an output row.
|
BigDecimal |
ExaIterator.getBigDecimal(int column) |
Get the value of the column at the given index as BigDecimal .
|
BigDecimal |
ExaIterator.getBigDecimal(String name) |
Get the value of the column with the given name as BigDecimal .
|
Boolean |
ExaIterator.getBoolean(int column) |
Get the value of the column at the given index as Boolean .
|
Boolean |
ExaIterator.getBoolean(String name) |
Get the value of the column with the given name as Boolean .
|
Date |
ExaIterator.getDate(int column) |
Get the value of the column at the given index as Date .
|
Date |
ExaIterator.getDate(String name) |
Get the value of the column with the given name as Date .
|
Double |
ExaIterator.getDouble(int column) |
Get the value of the column at the given index as Double .
|
Double |
ExaIterator.getDouble(String name) |
Get the value of the column with the given name as Double .
|
long |
ExaMetadata.getInputColumnLength(int column) |
Length of the input column at the given index.
|
String |
ExaMetadata.getInputColumnName(int column) |
Get the name of the input column at the given index.
|
long |
ExaMetadata.getInputColumnPrecision(int column) |
Get the precision of the input column at the given index.
|
long |
ExaMetadata.getInputColumnScale(int column) |
Get the scale of the input column at the given index.
|
String |
ExaMetadata.getInputColumnSqlType(int column) |
Get the SQL data type of the input column at the given index.
|
Class<?> |
ExaMetadata.getInputColumnType(int column) |
Get the Java data type of the input column at the given index.
|
Integer |
ExaIterator.getInteger(int column) |
Get the value of the column at the given index as Integer .
|
Integer |
ExaIterator.getInteger(String name) |
Get the value of the column with the given name as Integer .
|
Long |
ExaIterator.getLong(int column) |
Get the value of the column at the given index as Long .
|
Long |
ExaIterator.getLong(String name) |
Get the value of the column at the given index as Long .
|
Object |
ExaIterator.getObject(int column) |
Get the value of the column at the given index as Object .
|
Object |
ExaIterator.getObject(String name) |
Get the value of the column with the given name as Object .
|
long |
ExaMetadata.getOutputColumnLength(int column) |
Get the length of the output column at the given index.
|
String |
ExaMetadata.getOutputColumnName(int column) |
Get the name of the output column at the given index.
|
long |
ExaMetadata.getOutputColumnPrecision(int column) |
Get the precision of the output column at the given index.
|
long |
ExaMetadata.getOutputColumnScale(int column) |
Get the scale of the column at the given index.
|
String |
ExaMetadata.getOutputColumnSqlType(int column) |
Get the SQL data type of the output column at the given index.
|
Class<?> |
ExaMetadata.getOutputColumnType(int column) |
Get the Java data type of the output column at the given index.
|
String |
ExaIterator.getString(int column) |
Get the value of the column at the given index as String .
|
String |
ExaIterator.getString(String name) |
Get the value of the column with the given name as String .
|
Timestamp |
ExaIterator.getTimestamp(int column) |
Get the value of the column with the given name as Timestamp .
|
Timestamp |
ExaIterator.getTimestamp(String name) |
Get the value of the column with the given name as Timestamp .
|
boolean |
ExaIterator.next() |
Move the iterator to the next row of the current group, while there are still rows left.
|
void |
ExaIterator.reset() |
Resets the iterator to the first input row.
|
long |
ExaIterator.size() |
Get the number of input rows of the script.
|