Module executor

Module executor 

Source
Expand description

§Internal Function Execution Module

This module handles the efficient execution of built-in functions (map and validation) using pre-compiled logic from DataLogic v4. It provides optimized execution paths for:

  • Data transformations with JSONLogic mappings
  • Rule-based validation with custom error messages
  • Efficient condition evaluation for workflows and tasks
  • Thread-safe execution using Arc

Structs§

InternalExecutor
Executes internal functions using pre-compiled logic for optimal performance.