Struct vervolg::schema::File [] [src]

pub struct File {
    pub name: String,
    pub rows: RowSet,
    // some fields omitted
}

An external CSV data file that can be accessed by the engine.

Fields

the name of the schema object

description of the data rows that are stored in this data file

Trait Implementations

impl Debug for File
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for File

impl Sync for File