Module agnes::store [] [src]

Data storage struct and implentation.

Structs

DataStore

Data storage underlying a dataframe. Data is retrievable both by index (of the fields vector) and by field name.

Traits

AddData

Trait for adding data (of valid types) to a DataStore.