[][src]Module agnes::frame

Structs and implementation for row-selecting data structure.

A DataFrame is a reference to an underlying DataStore along with record-based filtering and sorting details.

Structs

DataFrame

A data frame. A DataStore reference along with record-based filtering and sorting details.

Framed

Structure to hold references to a data structure (e.g. DataStore) and a frame used to view that structure. Provides DataIndex for the underlying data structure, as viewed through the frame.