processWindowFrameBoundPreceding method

void processWindowFrameBoundPreceding(
  1. WindowFrameBoundPreceding node
)

Implementation

void processWindowFrameBoundPreceding(WindowFrameBoundPreceding node) {
  _process(node);
  processNullable(node.value, processExpr);
}