Annotation Type | Description |
---|---|
AccumulatorAccumulate |
This annotation is to be used on a Groovy method which
is part of an Accumulator UDF to indicate that it will
act as the 'accumulate' method of the UDF.
|
AccumulatorCleanup |
This annotation is to be used on a Groovy method which
is part of an Accumulator UDF to indicate that it will
act as the 'cleanup' method of the UDF.
|
AccumulatorGetValue |
This annotation is to be used on a Groovy method which
is part of an Accumulator UDF to indicate that it will
act as the 'getValue' method of the UDF.
|
AlgebraicFinal |
This annotation is to be used on a Groovy method which
is part of an Algebraic UDF to indicate that it will
act as the exec method of the 'Final' class of the UDF.
|
AlgebraicInitial |
This annotation is to be used on a Groovy method which
is part of an Algebraic UDF to indicate that it will
act as the exec method of the 'Initial' class of the UDF.
|
AlgebraicIntermed |
This annotation is to be used on a Groovy method which
is part of an Algebraic UDF to indicate that it will
act as the exec method of the 'Intermed' class of the UDF.
|
OutputSchemaFunction |
Copyright © 2007-2017 The Apache Software Foundation