org.apache.hyracks.data.std.api.IPointable
, org.apache.hyracks.data.std.api.IValueReference
public class XSBinaryPointable
extends org.apache.hyracks.data.std.api.AbstractPointable
Modifier and Type | Field | Description |
---|---|---|
static org.apache.hyracks.data.std.api.IPointableFactory |
FACTORY |
|
static org.apache.hyracks.api.dataflow.value.ITypeTraits |
TYPE_TRAITS |
Constructor | Description |
---|---|
XSBinaryPointable() |
Modifier and Type | Method | Description |
---|---|---|
int |
getBinaryLength() |
Gets the length of the binary value in bytes.
|
static int |
getBinaryLength(byte[] b,
int s) |
|
int |
getBinaryStart() |
|
static int |
getBinaryStart(int start) |
public static final org.apache.hyracks.api.dataflow.value.ITypeTraits TYPE_TRAITS
public static final org.apache.hyracks.data.std.api.IPointableFactory FACTORY
public int getBinaryLength()
public static int getBinaryLength(byte[] b, int s)
public int getBinaryStart()
public static int getBinaryStart(int start)
Copyright © 2019 Apache Software Foundation. All rights reserved.