public final class TransformProxy extends RelationProxy
Constructor and Description |
---|
TransformProxy(RelationProxy input,
java.util.Map<NameIdentifier,java.lang.String> transformSpecs)
Creates the TransformProxy
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostExpressionEvaluationText()
Gets The expression text for the expression to be evaluated by the host
|
aggregate, dividedyper, extend, getHost, getRelationBuffer, group, gtclose, intersect, intersectUsing, isProxy, join, joinUsing, leftJoin, leftJoinUsing, minus, minusUsing, pack, project, rename, restrict, semijoin, semijoinUsing, semiminus, semiminusUsing, summarizeby, tclose, transform, ungroup, union, unionUsing, unpack, xminus, xminusUsing
public TransformProxy(RelationProxy input, java.util.Map<NameIdentifier,java.lang.String> transformSpecs)
input
- The input to the transform operationtransformSpecs
- the specification of which transformations to applypublic java.lang.String getHostExpressionEvaluationText()
IRelation
getHostExpressionEvaluationText
in interface IRelation
getHostExpressionEvaluationText
in class RelationProxy