public interface ComparisonOperator
Modifier and Type | Method and Description |
---|---|
Result |
getNextBoolean() |
Result |
getNextDataBag() |
Result |
getNextDataByteArray() |
Result |
getNextDateTime() |
Result |
getNextDouble() |
Result |
getNextFloat() |
Result |
getNextInteger() |
Result |
getNextLong() |
Result |
getNextMap() |
Result |
getNextString() |
Result |
getNextTuple() |
byte |
getOperandType()
Determine the type of the operand(s) of this comparator.
|
void |
setOperandType(byte operandType)
Set the type of the operand(s) of this comparator.
|
byte getOperandType()
void setOperandType(byte operandType)
operandType
- Type of the operand(s), as a byte (using DataType
types).Result getNextInteger() throws ExecException
ExecException
Result getNextLong() throws ExecException
ExecException
Result getNextDouble() throws ExecException
ExecException
Result getNextFloat() throws ExecException
ExecException
Result getNextString() throws ExecException
ExecException
Result getNextDataByteArray() throws ExecException
ExecException
Result getNextMap() throws ExecException
ExecException
Result getNextBoolean() throws ExecException
ExecException
Result getNextDateTime() throws ExecException
ExecException
Result getNextTuple() throws ExecException
ExecException
Result getNextDataBag() throws ExecException
ExecException
Copyright © 2007-2012 The Apache Software Foundation