@OperatorGeneratorCharacteristics(maximumArgumentCount=2, minimumArgumentCount=2, name="RENAME", signature={EXPRESSION,STRING}) @MonoRelationOperator public abstract class RENAME extends RelationalOperator
Constructor and Description |
---|
RENAME() |
Modifier and Type | Method and Description |
---|---|
static Relation |
computeRename(Relation relation,
java.util.Map<NameIdentifier,NameIdentifier> renames) |
OperatorImplementation_V0105 |
getOperatorImplementation(OperatorGeneratorArgument[] args)
Gets an implementation instance of the operator.
|
getInvocationName, getMaximumArgumentCount, getMinimumArgumentCount, getName, getOperatorGeneratorSignature, isMonoRelationOperator, toString
public static Relation computeRename(Relation relation, java.util.Map<NameIdentifier,NameIdentifier> renames) throws EvaluationException
relation
- the relation to be subjected to a rename operationrenames
- the set of rename entries to be appliedEvaluationException
- If the evaluation failed for any reason. See the contained getCause() exception for more detail.public final OperatorImplementation_V0105 getOperatorImplementation(OperatorGeneratorArgument[] args)
OperatorGenerator
args
- The arguments from which the instance is to be created. There must be exactly as many arguments as there are elements in the list returned from OperatorGenerator.getOperatorGeneratorSignature()
. The correspondence between OperatorGeneratorArgumentType
values and OperatorGeneratorArgument
types is given in the table below :