Hi Indhu,
Let me explain the my scenario in more detail. Presently I am working on
Hadoop, to execute a job on hadoop I am using Hive (which create a database
management system over hadoop). This hive has it's own query language called
Hive Query Language whose grammar is made by using AntlrWorks. Now I have
created a Hive Browser from where user can submit a hive query and see the
result. I also want to create a Interactive Query Builder to create a query,
so that user don't have to write a query in a query editor to execute it.
I want this query builder to work for all kind of queries with all possible
rules and restrictions. To accomplish I have to parse the grammar file for
Hive (i.e. Hive.g) and take out all the rule inside side it. When user
select any rule like selectSatetment all the information ( parser, literals
etc) will be shown on the dialog. Somewhere it is same as AntlrWorks ,which
also parse the grammar file and show all the rules in the tree . When user
click on any rule ,the syntax diagram for that rule comes on the bottom
panel. For this reason I was navigating the source code of AntlrWorls.
I am attaching the grammar file for Hive (i.e. Hive.g).Please help me to solve this problem. Thanking You Mohan Agarwal On Wed, Nov 18, 2009 at 12:51 PM, Jim Idle <[email protected]> wrote: > mvn javadoc:javadoc > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Mohan Agarwal > *Sent:* Tuesday, November 17, 2009 9:38 PM > > *To:* [email protected] > *Subject:* [antlr-interest] Problem regarding AntlrWorks Source Code > > > > Hi, > > I have downloaded the source code of AntlrWorks , but I am facing > various difficulties while navigating the source code ,since there is no > java doc mentioned over the classes and nor I have any design documentation > of AntlrWorks source code. > Can some one provide me the java doc and design documentation of > AntlrWorks source code. > > Thanking You > Mohan Agarwal > > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: > http://www.antlr.org/mailman/options/antlr-interest/your-email-address > > -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=.
List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
Hive.g
Description: Binary data
