Package io.deephaven.sbe.standalone.gen
Class StringColumnDataEncoder.RangesEncoder
java.lang.Object
io.deephaven.sbe.standalone.gen.StringColumnDataEncoder.RangesEncoder
- Enclosing class:
- StringColumnDataEncoder
public static class StringColumnDataEncoder.RangesEncoder extends Object
-
Field Summary
Fields Modifier and Type Field Description static int
HEADER_SIZE
-
Constructor Summary
Constructors Constructor Description RangesEncoder()
-
Method Summary
Modifier and Type Method Description StringColumnDataEncoder.RangesEncoder
endIndex(long value)
static int
endIndexEncodingLength()
static int
endIndexEncodingOffset()
static int
endIndexId()
static long
endIndexMaxValue()
static String
endIndexMetaAttribute(MetaAttribute metaAttribute)
static long
endIndexMinValue()
static long
endIndexNullValue()
static int
endIndexSinceVersion()
StringColumnDataEncoder.RangesEncoder
next()
static int
sbeBlockLength()
static int
sbeHeaderSize()
StringColumnDataEncoder.RangesEncoder
startIndex(long value)
static int
startIndexEncodingLength()
static int
startIndexEncodingOffset()
static int
startIndexId()
static long
startIndexMaxValue()
static String
startIndexMetaAttribute(MetaAttribute metaAttribute)
static long
startIndexMinValue()
static long
startIndexNullValue()
static int
startIndexSinceVersion()
void
wrap(StringColumnDataEncoder parentMessage, org.agrona.MutableDirectBuffer buffer, int count)
-
Field Details
-
HEADER_SIZE
public static final int HEADER_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
RangesEncoder
public RangesEncoder()
-
-
Method Details
-
wrap
public void wrap(StringColumnDataEncoder parentMessage, org.agrona.MutableDirectBuffer buffer, int count) -
sbeHeaderSize
public static int sbeHeaderSize() -
sbeBlockLength
public static int sbeBlockLength() -
next
-
startIndexId
public static int startIndexId() -
startIndexSinceVersion
public static int startIndexSinceVersion() -
startIndexEncodingOffset
public static int startIndexEncodingOffset() -
startIndexEncodingLength
public static int startIndexEncodingLength() -
startIndexMetaAttribute
-
startIndexNullValue
public static long startIndexNullValue() -
startIndexMinValue
public static long startIndexMinValue() -
startIndexMaxValue
public static long startIndexMaxValue() -
startIndex
-
endIndexId
public static int endIndexId() -
endIndexSinceVersion
public static int endIndexSinceVersion() -
endIndexEncodingOffset
public static int endIndexEncodingOffset() -
endIndexEncodingLength
public static int endIndexEncodingLength() -
endIndexMetaAttribute
-
endIndexNullValue
public static long endIndexNullValue() -
endIndexMinValue
public static long endIndexMinValue() -
endIndexMaxValue
public static long endIndexMaxValue() -
endIndex
-