[][src]Type Definition agnes::view::ViewFrameCons

type ViewFrameCons<FrameIndex, FrameFields, Tail> = LVCons<FrameIndex, DataFrame<FrameFields>, Tail>;

Cons-list of DataFrames held by a DataView.FrameIndexis simply an index used byFrameLookupConsto look upDataFrames for a specifiedLabel, andFrameFieldsis set of fields within the specifiedDataFrame`.

Trait Implementations

impl<FrameIndex, FrameFields, Tail> NRows for ViewFrameCons<FrameIndex, FrameFields, Tail> where
    FrameFields: AssocStorage,
    DataFrame<FrameFields>: NRows
[src]

impl<RFrameIndex, RFrameFields, RTail, FrameIndexOffset> UpdateFrameIndex<FrameIndexOffset> for ViewFrameCons<RFrameIndex, RFrameFields, RTail> where
    RFrameIndex: Offset<FrameIndexOffset>,
    RFrameFields: AssocStorage,
    RTail: UpdateFrameIndex<FrameIndexOffset>, 
[src]

type Output = ViewFrameCons<<RFrameIndex as Offset<FrameIndexOffset>>::Output, RFrameFields, <RTail as UpdateFrameIndex<FrameIndexOffset>>::Output>

ViewFrameCons after updating frame index by FrameIndexOffset.

impl<FrameIndex, FrameFields, Tail> UpdatePermutation for ViewFrameCons<FrameIndex, FrameFields, Tail> where
    FrameFields: AssocStorage,
    Tail: UpdatePermutation
[src]