[][src]Module agnes::field

Data structures and implementations for fields.FieldData

Provides the FieldData struct for holding the data of a field and handling missing values, and the Value enum which provides the Option-like interface for interacting with individual values.

Structs

FieldData

Data vector containing the data for a single field (column) of an agnes data store.

RFieldIdent

Possibly-renamed field identifier

TFieldIdent

Field identifier along with an associated type.

Enums

FieldIdent

Identifier for a field in the source.

Value

(Possibly missing) data value container.