public class PackProxy extends RelationProxy
Constructor and Description |
---|
PackProxy(RelationProxy packInput,
java.util.LinkedHashSet<NameIdentifier> packAttributes)
Creates the UnpackProxy
|
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 PackProxy(RelationProxy packInput, java.util.LinkedHashSet<NameIdentifier> packAttributes)
packInput
- the relation to be unpackedpackAttributes
- the in-order list of attributes to PACK overpublic java.lang.String getHostExpressionEvaluationText()
IRelation
getHostExpressionEvaluationText
in interface IRelation
getHostExpressionEvaluationText
in class RelationProxy