Class ValueVector.LiteralValueVector
java.lang.Object
se.kuseman.payloadbuilder.api.execution.ValueVector.LiteralValueVector
- All Implemented Interfaces:
ValueVector
- Enclosing interface:
- ValueVector
Base class for literal vectors
-
Nested Class Summary
Nested classes/interfaces inherited from interface se.kuseman.payloadbuilder.api.execution.ValueVector
ValueVector.LiteralValueVector -
Field Summary
Fields inherited from interface se.kuseman.payloadbuilder.api.execution.ValueVector
EMPTY_VECTOR_BY_TYPE, FALSE_VECTORS, ONE_SIZE_NULL_VECTOR_BY_TYPE, TRUE_VECTORS -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.kuseman.payloadbuilder.api.execution.ValueVector
getAny, getArray, getBoolean, getCardinality, getDateTime, getDateTimeOffset, getDecimal, getDouble, getFloat, getInt, getLong, getObject, getPredicateBoolean, getString, getTable, isNull, toCsv, toCsv, valueAsObject, valueAsString
-
Method Details
-
type
Description copied from interface:ValueVectorReturn type of vector values- Specified by:
typein interfaceValueVector
-
size
public int size()Description copied from interface:ValueVectorReturn size of vector- Specified by:
sizein interfaceValueVector
-