public interface MutableScalarTokenSequence extends ScalarTokenSequence, MutableTokenSequence, ScalarTokenAppendable
MutableTokenSequence
containing scalar typed tokens.
The scalar token types are enumerated in TokenTypeConstant
.Modifier and Type | Method and Description |
---|---|
void |
ensureCanonical()
Ensures that the internal representation is in a canonical form such
that it can be read safely by multiple threads.
|
long |
getModificationCount()
Returns the current modification count.
|
ScalarSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
getToken, getType, isNull, isZero, newValueIterator
appendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZero
compareElement, compareElements, getElementComparator, hashCode, isNull, size, toString
append, append, append, append
long getModificationCount()
void ensureCanonical()
ScalarSettable getTokenSetter(int index)
MutableTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2019 Actian Corporation. All rights reserved.