interface PartitionByItemNode {
    kind: "PartitionByItemNode";
    partitionBy: SimpleReferenceExpressionNode;
}

Hierarchy (view full)

Properties

Properties

kind: "PartitionByItemNode"
partitionBy: SimpleReferenceExpressionNode