Represents the data frame information for a node without extra data frame information, i.e. for all nodes that do not represent a data frame assignment or data frame operation (this is the default).

The marker can be used to mark nodes during the data frame shape inference.

interface DataFrameEmptyInfo {
    domain?: DataFrameStateDomain;
    marker?: Unassigned;
    type?: undefined;
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of DataFrameEmptyInfo

Properties

Properties

marker?: Unassigned
type?: undefined