public class TCloseProxy extends RelationProxy
Constructor and Description |
---|
TCloseProxy(RelationProxy tcloseInput,
java.util.Map<NameIdentifier,NameIdentifier> matchby) |
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 TCloseProxy(RelationProxy tcloseInput, java.util.Map<NameIdentifier,NameIdentifier> matchby)
tcloseInput
- the argument to be subjected to the tclosematchby
- The specifications of how which attribute values are to be compared when determining whether to tuples match the closure conditionpublic java.lang.String getHostExpressionEvaluationText()
IRelation
getHostExpressionEvaluationText
in interface IRelation
getHostExpressionEvaluationText
in class RelationProxy