Package io.deephaven.sbe.standalone.gen
Class DateTimeColumnDataDecoder.DataDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.DateTimeColumnDataDecoder.DataDecoder
- All Implemented Interfaces:
Iterable<DateTimeColumnDataDecoder.DataDecoder>
,Iterator<DateTimeColumnDataDecoder.DataDecoder>
- Enclosing class:
- DateTimeColumnDataDecoder
public static class DateTimeColumnDataDecoder.DataDecoder extends Object implements Iterable<DateTimeColumnDataDecoder.DataDecoder>, Iterator<DateTimeColumnDataDecoder.DataDecoder>
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
-
Constructor Summary
Constructors Constructor Description DataDecoder()
-
Method Summary
Modifier and Type Method Description int
actingBlockLength()
StringBuilder
appendTo(StringBuilder builder)
int
count()
boolean
hasNext()
Iterator<DateTimeColumnDataDecoder.DataDecoder>
iterator()
DateTimeColumnDataDecoder.DataDecoder
next()
void
remove()
static int
sbeBlockLength()
static int
sbeHeaderSize()
String
toString()
long
value()
static int
valueEncodingLength()
static int
valueEncodingOffset()
static int
valueId()
static long
valueMaxValue()
static String
valueMetaAttribute(MetaAttribute metaAttribute)
static long
valueMinValue()
static long
valueNullValue()
static int
valueSinceVersion()
void
wrap(DateTimeColumnDataDecoder parentMessage, org.agrona.DirectBuffer buffer)
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
DataDecoder
public DataDecoder()
-
-
Method Details
-
wrap
-
sbeHeaderSize
public static int sbeHeaderSize() -
sbeBlockLength
public static int sbeBlockLength() -
actingBlockLength
public int actingBlockLength() -
count
public int count() -
iterator
- Specified by:
iterator
in interfaceIterable<DateTimeColumnDataDecoder.DataDecoder>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<DateTimeColumnDataDecoder.DataDecoder>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<DateTimeColumnDataDecoder.DataDecoder>
-
next
- Specified by:
next
in interfaceIterator<DateTimeColumnDataDecoder.DataDecoder>
-
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
-