vegafusion-runtime

Crates.iovegafusion-runtime
lib.rsvegafusion-runtime
version2.0.1
sourcesrc
created_at2023-03-16 12:30:51.653159
updated_at2024-11-25 13:17:51.976393
descriptionVegaFusion Runtime
homepage
repository
max_upload_size
id811476
size41,193,096
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