The node or node ID to get the data frame shape for
The data flow graph used to resolve the data frame shape
Optional
domain: DataFrameStateDomainAn optional abstract data frame state domain used to resolve the data frame shape (defaults to the state at the requested node)
The abstract data frame shape of the node, or undefined
if no data frame shape was inferred for the node
Resolves the abstract data frame shape of a node in the AST. This requires that the data frame shape inference has been executed before using inferDataFrameShapes.