Example #1
0
 private void validateSelectExpr() throws SemanticException {
   for (WindowExpressionSpec expr : selectSpec) {
     PTFTranslator.validateNoLeadLagInValueBoundarySpec(expr.getExpression());
   }
 }