xan 0.3.0

The CSV command line magician.
1
2
3
4
5
6
7
8
9
10
11
12
mod agg;
mod error;
mod functions;
mod interpreter;
mod parser;
mod types;
mod utils;

pub use self::agg::{AggregationProgram, GroupAggregationProgram};
pub use self::error::{ConcretizationError, EvaluationError};
pub use self::interpreter::PipelineProgram;
pub use self::types::DynamicValue;