public class ExtendProxy extends RelationProxy
Constructor and Description |
---|
ExtendProxy(RelationProxy extendInput,
java.util.Map<NameIdentifier,java.lang.String> extendExpressions) |
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 ExtendProxy(RelationProxy extendInput, java.util.Map<NameIdentifier,java.lang.String> extendExpressions)
extendInput
- proxy for the relation to be extended according to the specs in extendExpressionsextendExpressions
- the Map holding the extend specs. Key in the map is the attribute name for extend results in the resulting relation, Value in the map is the expression text for computing the value for each tuplepublic java.lang.String getHostExpressionEvaluationText()
IRelation
getHostExpressionEvaluationText
in interface IRelation
getHostExpressionEvaluationText
in class RelationProxy