public class AtomizeHelper extends Object
| Constructor | Description |
|---|---|
AtomizeHelper() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
atomize(TaggedValuePointable tvp,
PointablePool pp,
org.apache.hyracks.data.std.api.IPointable result) |
|
void |
atomizeNode(NodeTreePointable ntp,
PointablePool pp,
org.apache.hyracks.data.std.api.IPointable result) |
|
static void |
buildConcatenationRec(SequencePointable sp,
PointablePool pp,
DataOutput out,
NodeTreePointable ntp) |
|
static void |
buildStringConcatenation(SequencePointable sp,
PointablePool pp,
org.apache.hyracks.data.std.util.ArrayBackedValueStorage tempABVS,
NodeTreePointable ntp) |
public void atomize(TaggedValuePointable tvp, PointablePool pp, org.apache.hyracks.data.std.api.IPointable result) throws IOException
IOExceptionpublic void atomizeNode(NodeTreePointable ntp, PointablePool pp, org.apache.hyracks.data.std.api.IPointable result) throws IOException
IOExceptionpublic static void buildConcatenationRec(SequencePointable sp, PointablePool pp, DataOutput out, NodeTreePointable ntp) throws IOException
IOExceptionpublic static void buildStringConcatenation(SequencePointable sp, PointablePool pp, org.apache.hyracks.data.std.util.ArrayBackedValueStorage tempABVS, NodeTreePointable ntp) throws IOException
IOExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.