interface DataFrameShapeInferenceConfiguration {
    controlFlow: ControlFlowInformation;
    ctx: ReadOnlyFlowrAnalyzerContext;
    dfg: DataflowGraph;
    normalizedAst: NormalizedAst;
    trackOperations?: boolean;
}

Hierarchy

Hierarchy-Diagram

UML class diagram of DataFrameShapeInferenceConfiguration

Properties

normalizedAst: NormalizedAst
trackOperations?: boolean