Call sequence

2009-03-11 Thread Shyam Sarkar
Hello, I am trying to understand the call sequence of Java classes from the top level (command processor). I can see Parser and Lexer generated by Antlr. Can someone please help me on the call sequence ? Where is the front level command processor that collects a query as a string

RE: Call sequence

2009-03-11 Thread Ashish Thusoo
Message- From: Shyam Sarkar [mailto:shyam_sar...@yahoo.com] Sent: Wednesday, March 11, 2009 2:49 PM To: hive-dev@hadoop.apache.org Subject: Call sequence Hello, I am trying to understand the call sequence of Java classes from the top level (command processor). I can see Parser and Lexer

Re: Call sequence

2009-03-11 Thread Prasad Chakka
...@facebook.com Reply-To: hive-dev@hadoop.apache.org Date: Wed, 11 Mar 2009 15:08:13 -0700 To: hive-dev@hadoop.apache.org, shyam_sar...@yahoo.com Subject: RE: Call sequence That should be Driver.java. Look at the run() method. That calls ParseDriver.parse() to get the AST. And them sem.analyze

Re: Call sequence

2009-03-11 Thread Shyam Sarkar
Thank you. --- On Wed, 3/11/09, Prasad Chakka pra...@facebook.com wrote: From: Prasad Chakka pra...@facebook.com Subject: Re: Call sequence To: hive-dev@hadoop.apache.org hive-dev@hadoop.apache.org, shyam_sar...@yahoo.com shyam_sar...@yahoo.com Date: Wednesday, March 11, 2009, 3:11 PM