@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Infer the shape of data frames using abstract interpretation.

    interface DfShapeQuery {
        criterion?: SlicingCriterion;
        type: "df-shape";
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of DfShapeQuery
    Index

    Properties

    Properties

    criterion?: SlicingCriterion
    type: "df-shape"

    used to select the query type :)