Question about babel

2022-06-10 Thread junww2...@gmail.com
Hi,

In Calcite source code, there is a package called SQL.parser.babel. What is
the package for? Is it for this parser?
https://babeljs.io/docs/en/babel-parser

Thanks,

Jack


Re: Question about babel

2022-06-10 Thread Michael Mior
This has nothing to do with Javascript. Babel is a SQL parser in Calcite
that is designed to be as permissive as possible. While the default Calcite
parser attempts to adhere to SQL standards, the goal of the Babel parser is
to accept as much as possible across varying dialects of SQL.

--
Michael Mior
mm...@apache.org


Le sam. 11 juin 2022 à 03:13, junww2...@gmail.com  a
écrit :

> Hi,
>
> In Calcite source code, there is a package called SQL.parser.babel. What is
> the package for? Is it for this parser?
> https://babeljs.io/docs/en/babel-parser
>
> Thanks,
>
> Jack
>