Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KernelEvalFunction

Hierarchy

  • IFunction
    • KernelEvalFunction

Index

Properties

Methods

Properties

Static id

id: number = 0

Static pendingEvals

pendingEvals: object

Type declaration

  • [id: number]: object

Methods

eval

  • eval(options: object, context: IFunctionEvaluatorContext): any
  • Parameters

    • options: object
      • [id: string]: any
    • context: IFunctionEvaluatorContext

    Returns any

evalCall

  • evalCall(row: Row, optionLookup: object, context: IFunctionEvaluatorContext, cb: MqlCallback): any
  • Parameters

    • row: Row
    • optionLookup: object
      • [id: string]: function
          • (row: Row, cb: MqlCallback): void
          • Parameters

            • row: Row
            • cb: MqlCallback

            Returns void

    • context: IFunctionEvaluatorContext
    • cb: MqlCallback

    Returns any

Generated using TypeDoc