Package io.deephaven.sbe.standalone.gen
Class DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder
- All Implemented Interfaces:
Iterable<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>,Iterator<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
- Enclosing class:
- DateTimeArrayColumnDataDecoder.DataDecoder
public static class DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder extends Object implements Iterable<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>, Iterator<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
Field Summary
Fields Modifier and Type Field Description static intHEADER_SIZE -
Constructor Summary
Constructors Constructor Description ArrayDecoder() -
Method Summary
Modifier and Type Method Description intactingBlockLength()StringBuilderappendTo(StringBuilder builder)intcount()booleanhasNext()Iterator<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>iterator()DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecodernext()voidremove()static intsbeBlockLength()static intsbeHeaderSize()StringtoString()longvalue()static intvalueEncodingLength()static intvalueEncodingOffset()static intvalueId()static longvalueMaxValue()static StringvalueMetaAttribute(MetaAttribute metaAttribute)static longvalueMinValue()static longvalueNullValue()static intvalueSinceVersion()voidwrap(DateTimeArrayColumnDataDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ArrayDecoder
public ArrayDecoder()
-
-
Method Details
-
wrap
-
sbeHeaderSize
public static int sbeHeaderSize() -
sbeBlockLength
public static int sbeBlockLength() -
actingBlockLength
public int actingBlockLength() -
count
public int count() -
iterator
- Specified by:
iteratorin interfaceIterable<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
remove
public void remove()- Specified by:
removein interfaceIterator<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
next
- Specified by:
nextin interfaceIterator<DateTimeArrayColumnDataDecoder.DataDecoder.ArrayDecoder>
-
valueId
public static int valueId() -
valueSinceVersion
public static int valueSinceVersion() -
valueEncodingOffset
public static int valueEncodingOffset() -
valueEncodingLength
public static int valueEncodingLength() -
valueMetaAttribute
-
valueNullValue
public static long valueNullValue() -
valueMinValue
public static long valueMinValue() -
valueMaxValue
public static long valueMaxValue() -
value
public long value() -
toString
-
appendTo
-