public interface NumericTokenSequence extends ScalarTokenSequence
TokenSequence containing numeric valued data.TokenTypeConstant#NUMERIC| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimal(int index)
Gets the value of the specified token as
a
BigDecimal. |
NumericValued |
getToken(int index)
Gets the value at the specified position.
|
void |
getValues(int start,
BigDecimal[] values,
boolean[] nulls,
int offset,
int length)
Gets the values and null indicators for a range of tokens as
BigDecimal objects. |
NumericValuedIterator |
newValueIterator()
Creates an iterator over the non-null values of this sequence.
|
getType, isNull, isZerocompareElement, compareElements, getElementComparator, hashCode, isNull, size, toStringNumericValued getToken(int index)
TokenSequencegetToken in interface ScalarTokenSequencegetToken in interface TokenSequenceindex - the index of the tokenBigDecimal getBigDecimal(int index)
BigDecimal.index - the position of the token in the sequencenull
is returned.void getValues(int start,
BigDecimal[] values,
boolean[] nulls,
int offset,
int length)
BigDecimal objects.start - the starting index of the rangevalues - an array into which to place element valuesnulls - an array into which to place null indicator valuesoffset - the starting offset into the target arrays. That is,
elements[offset] and nulls[offset] will get the
value and null indicator respectively of the token at position
start, and so on.length - number of tokens to getNumericValuedIterator newValueIterator()
TokenSequencenewValueIterator in interface ScalarTokenSequencenewValueIterator in interface TokenSequenceCopyright © 2020 Actian Corporation. All rights reserved.