the type of the Map entry keys
the type of the Map entry values
the type of the final result
Create a EntryAggregator that wraps the specified script.
the language with which the script is written in.
Currently, only js
(for JavaScript) is supported
the name of the Filter that needs to be evaluated
Optional
args: any[]the arguments to be passed to the script for evaluation
Protected
@classServer-side EntryAggregator implementation type identifier.
Protected
argsThe arguments to be passed to the script for evaluation
Protected
Readonly
Internal
characteristicsPresent only for serialization purposes.
Protected
Optional
extractorThe ValueExtractor to apply when aggregating results.
Protected
languageThe language with which the script is written in.
Protected
nameThe name of the EntryAggregator that needs to be evaluated.
Returns a CompositeAggregator comprised of this and the provided aggregator.
a CompositeAggregator comprised of this and the provided aggregator
the next aggregator
ScriptAggregator is a EntryAggregator that wraps a script written in one of the languages supported by Graal VM.
Author
mk 2019.09.24
Since
14.1.1.0