Struct etl::dataframe::config::DataConfig [] [src]

pub struct DataConfig {
    pub source_files: Vec<SourceFile>,
    pub transforms: Option<Vec<Transform>>,
}

Specification of how a data frame is configued from data sources

Fields

Source files

(Optional) list of transforms on fields in the source files

Methods

impl DataConfig
[src]

[src]

Generate a DataConfig from a JSON or TOML config file path

Trait Implementations

impl Debug for DataConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for DataConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DataConfig
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.