@eagleoutice/flowr - v2.13.14
Preparing search index...
src/abstract-interpretation/data-frame/dataframe-domain
AbstractDataFrameShape
Type Alias AbstractDataFrameShape
The type of the abstract product representing the shape of data frames
type
AbstractDataFrameShape
=
{
colnames
:
SetRangeDomain
<
string
>
;
cols
:
PosIntervalDomain
;
rows
:
PosIntervalDomain
;
}
Index
Properties
colnames
cols
rows
Properties
Readonly
colnames
colnames
:
SetRangeDomain
<
string
>
Readonly
cols
cols
:
PosIntervalDomain
Readonly
rows
rows
:
PosIntervalDomain
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
colnames
cols
rows
@eagleoutice/flowr - v2.13.14
Loading...
The type of the abstract product representing the shape of data frames