vegafusion-runtime

Crates.iovegafusion-runtime
lib.rsvegafusion-runtime
version1.6.8
sourcesrc
created_at2023-03-16 12:30:51.653159
updated_at2024-05-07 16:15:58.183444
descriptionVegaFusion Runtime
homepage
repository
max_upload_size
id811476
size41,163,149
Jon Mease (jonmmease)

documentation

README

vegafusion-runtime

This crate contains the logic for evaluating the task graphs that are generated by vegafusion-core. Task graph evaluation involes:

  • Compiling Vega expression ASTs to DataFusion expressions.
  • Evaluating signal expression tasks
  • Evaluating Data tasks, including transform pipelines. Transforms are implemented against the DataFrame trait provided by vegafusion-dataframe.
  • Pre-transforming Vega specifications by pre-evaluating their transforms and inlining the resulting transformed data.
Commit count: 0

cargo fmt