public class GTCloseProxy extends RelationProxy
Constructor and Description |
---|
GTCloseProxy(RelationProxy gtcloseInput,
java.util.Map<NameIdentifier,NameIdentifier> matchby,
java.util.Map<NameIdentifier,java.lang.String> expressions) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostExpressionEvaluationText()
Gets The expression text for the expression to be evaluated by the host
|
aggregate, contains, contains, containsUsing, containsUsing, dividedyper, extend, getHost, getRelationBuffer, group, gtclose, intersect, intersectUsing, isProxy, join, joinUsing, leftJoin, leftJoinUsing, minus, minusFrom, minusUsing, minusUsingFrom, pack, project, rename, restrict, semijoin, semiJoinFor, semijoinUsing, semijoinUsingFor, semiminus, semiminusFor, semiminusUsing, semiminusUsingFor, summarizeby, tclose, transform, ungroup, union, unionUsing, unpack, xminus, xminusUsing
public GTCloseProxy(RelationProxy gtcloseInput, java.util.Map<NameIdentifier,NameIdentifier> matchby, java.util.Map<NameIdentifier,java.lang.String> expressions)
gtcloseInput
- the argument to be subjected to the generalized transitive closurematchby
- The specs of which attribute values will be compared to which, to determine matching tuple pairs that will give rise to an additional ("transitive") tuple in the outputexpressions
- The expressions that will determine the values for all attributes not mentioned in matchby, in all new tuples produced by the transitive closurepublic java.lang.String getHostExpressionEvaluationText()
IRelation
getHostExpressionEvaluationText
in interface IRelation
getHostExpressionEvaluationText
in class RelationProxy