231232233234235236237238
ctx); } static SubQueryTypeDef buildSQOperator(ASTNode astSQOp) throws SemanticException { ASTNode opAST = (ASTNode) astSQOp.getChild(0); SubQueryType type = SubQueryType.get(opAST); return new SubQueryTypeDef(opAST, type); }
232233234235236237238239