public interface ValueReader extends PrimitiveReader, OptionalReader, TupleReader, ListReader, DictReader, StructReader, VariantReader
| Modifier and Type | Method and Description |
|---|---|
Type |
getType()
Returns value type for current cell.
|
Value<?> |
getValue()
Returns value object for current cell.
|
void |
toString(StringBuilder sb)
Writes string representation of current value into given string builder.
|
getBool, getBytes, getBytesAsString, getDate, getDatetime, getDecimal, getDouble, getFloat, getInt16, getInt32, getInt64, getInt8, getInterval, getJson, getJsonDocument, getText, getTimestamp, getTzDate, getTzDatetime, getTzTimestamp, getUint16, getUint32, getUint64, getUint8, getUuid, getYsongetOptionalItem, isOptionalItemPresentgetTupleElement, getTupleElementsCountgetListItem, getListItemsCountgetDictItemsCount, getDictKey, getDictValuegetStructMember, getStructMember, getStructMemberName, getStructMembersCountgetVariantItem, getVariantTypeIndexvoid toString(StringBuilder sb)
sb - string builderValue<?> getValue()
Type getType()
Copyright © 2023. All rights reserved.