Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D832D200B32 for ; Thu, 23 Jun 2016 19:03:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D7013160A68; Thu, 23 Jun 2016 17:03:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 28A49160A35 for ; Thu, 23 Jun 2016 19:03:52 +0200 (CEST) Received: (qmail 57583 invoked by uid 500); 23 Jun 2016 17:03:51 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 57574 invoked by uid 99); 23 Jun 2016 17:03:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 17:03:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id CBFE5180E3A for ; Thu, 23 Jun 2016 17:03:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id tr3FKq0UPd8K for ; Thu, 23 Jun 2016 17:03:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id E26BE5FAEB for ; Thu, 23 Jun 2016 17:03:47 +0000 (UTC) Received: (qmail 57540 invoked by uid 99); 23 Jun 2016 17:03:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 17:03:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD667E38B1; Thu, 23 Jun 2016 17:03:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jianqiao@apache.org To: commits@quickstep.incubator.apache.org Date: Thu, 23 Jun 2016 17:03:49 -0000 Message-Id: <189f81e849624535897e7f3041cf4340@git.apache.org> In-Reply-To: <5b92d7df274f4b25ab8db8c5d564371f@git.apache.org> References: <5b92d7df274f4b25ab8db8c5d564371f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/16] incubator-quickstep git commit: QUICKSTEP-20: Added parser support for SQL window aggregation function archived-at: Thu, 23 Jun 2016 17:03:53 -0000 http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/00ca1e4b/parser/preprocessed/SqlLexer_gen.hpp ---------------------------------------------------------------------- diff --git a/parser/preprocessed/SqlLexer_gen.hpp b/parser/preprocessed/SqlLexer_gen.hpp index c14559b..f6cd8ad 100644 --- a/parser/preprocessed/SqlLexer_gen.hpp +++ b/parser/preprocessed/SqlLexer_gen.hpp @@ -12,8 +12,8 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 -#define YY_FLEX_MINOR_VERSION 6 -#define YY_FLEX_SUBMINOR_VERSION 0 +#define YY_FLEX_MINOR_VERSION 5 +#define YY_FLEX_SUBMINOR_VERSION 39 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif @@ -222,7 +222,7 @@ void quickstep_yyfree (void * ,yyscan_t yyscanner ); /* Begin user sect3 */ -#define quickstep_yywrap(yyscanner) (/*CONSTCOND*/1) +#define quickstep_yywrap(yyscanner) 1 #define YY_SKIP_YYWRAP #define yytext_ptr yytext_r @@ -268,11 +268,11 @@ void quickstep_yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner ); FILE *quickstep_yyget_in (yyscan_t yyscanner ); -void quickstep_yyset_in (FILE * _in_str ,yyscan_t yyscanner ); +void quickstep_yyset_in (FILE * in_str ,yyscan_t yyscanner ); FILE *quickstep_yyget_out (yyscan_t yyscanner ); -void quickstep_yyset_out (FILE * _out_str ,yyscan_t yyscanner ); +void quickstep_yyset_out (FILE * out_str ,yyscan_t yyscanner ); yy_size_t quickstep_yyget_leng (yyscan_t yyscanner ); @@ -280,11 +280,11 @@ char *quickstep_yyget_text (yyscan_t yyscanner ); int quickstep_yyget_lineno (yyscan_t yyscanner ); -void quickstep_yyset_lineno (int _line_number ,yyscan_t yyscanner ); +void quickstep_yyset_lineno (int line_number ,yyscan_t yyscanner ); int quickstep_yyget_column (yyscan_t yyscanner ); -void quickstep_yyset_column (int _column_no ,yyscan_t yyscanner ); +void quickstep_yyset_column (int column_no ,yyscan_t yyscanner ); YYSTYPE * quickstep_yyget_lval (yyscan_t yyscanner ); @@ -360,7 +360,7 @@ extern int quickstep_yylex \ #undef YY_DECL #endif -#line 454 "../SqlLexer.lpp" +#line 463 "../SqlLexer.lpp" #line 367 "SqlLexer_gen.hpp"