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
IOException
public void atomizeNode(NodeTreePointable ntp, PointablePool pp, org.apache.hyracks.data.std.api.IPointable result) throws IOException
IOException
public static void buildConcatenationRec(SequencePointable sp, PointablePool pp, DataOutput out, NodeTreePointable ntp) throws IOException
IOException
public static void buildStringConcatenation(SequencePointable sp, PointablePool pp, org.apache.hyracks.data.std.util.ArrayBackedValueStorage tempABVS, NodeTreePointable ntp) throws IOException
IOException
Copyright © 2019 Apache Software Foundation. All rights reserved.