Data Functions
  • 14 Dec 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Data Functions

  • Dark
    Light
  • PDF

Article summary

A data function is a component that references either a collection of variables or an individual variable. All data functions require a data_function_type that instructs how the interpreter should access and transform data.

{
  "data_function_type": "data-function-type-name"
}


There are three main classes of data functions:

  • Data References - Reference collections/variables in the data model, without transformation
  • Data Transformations - Contain data references, then transform the collections/variables to produce new ones)
  • Argument References - Replaced with data functions generated by arguments at runtime

  • Was this article helpful?

    What's Next