org.apache.hyracks.algebricks.runtime.base.IScalarEvaluator
AttributePathStepScalarEvaluator
public abstract class AbstractSinglePathStepScalarEvaluator extends AbstractPathStepScalarEvaluator
Modifier and Type | Field | Description |
---|---|---|
protected DynamicContext |
dCtx |
itemTvp, ntp, seqb
ppool
Constructor | Description |
---|---|
AbstractSinglePathStepScalarEvaluator(org.apache.hyracks.algebricks.runtime.base.IScalarEvaluator[] args,
org.apache.hyracks.api.context.IHyracksTaskContext ctx) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
evaluate(TaggedValuePointable[] args,
org.apache.hyracks.data.std.api.IPointable result) |
|
protected abstract void |
getSequence(NodeTreePointable ntp,
SequencePointable seqp) |
|
protected void |
processNodeTree() |
appendNodeToResult, matches, setNodeTest, setNodeToResult
evaluate
protected final DynamicContext dCtx
public AbstractSinglePathStepScalarEvaluator(org.apache.hyracks.algebricks.runtime.base.IScalarEvaluator[] args, org.apache.hyracks.api.context.IHyracksTaskContext ctx)
protected abstract void getSequence(NodeTreePointable ntp, SequencePointable seqp) throws SystemException
SystemException
protected final void evaluate(TaggedValuePointable[] args, org.apache.hyracks.data.std.api.IPointable result) throws SystemException
evaluate
in class AbstractPathStepScalarEvaluator
SystemException
protected void processNodeTree() throws SystemException, IOException
SystemException
IOException
Copyright © 2019 Apache Software Foundation. All rights reserved.