public class IntersectProxy extends RelationProxy
Constructor and Description |
---|
IntersectProxy(RelationProxy relationProxy,
IRelation intersectWith) |
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 IntersectProxy(RelationProxy relationProxy, IRelation intersectWith)
relationProxy
- the argument to be subjected to the projectionintersectWith
- The relation with which relationProxy will be intersectedpublic java.lang.String getHostExpressionEvaluationText()
IRelation
getHostExpressionEvaluationText
in interface IRelation
getHostExpressionEvaluationText
in class RelationProxy