Evaluator
open class Evaluator : ObjectBase
Evaluator for custom local functions.
-
Default initializer.
Declaration
Swift
override public init() -
Declaration
Swift
open func evaluate(call: QueryFunctionCall, context: StructureBase?) throws -> DataValue?Parameters
callCustom function call.
contextA
ComplexValueorEntityValueproviding the evaluation context.Return Value
Result of a custom local function call.