fx19880617 edited a comment on issue #6298:
URL: 
https://github.com/apache/incubator-pinot/issues/6298#issuecomment-751450902


   > @fx19880617 I can give it a try, but since I'm fairly new to pinot, would 
you be able to point me to the entry point for query processing or any help to 
get started with this issue would be helpful.
   
   Thanks!
   
   The entrypoint of query processing starts from the parser: 
https://github.com/apache/incubator-pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/sql/parsers/CalciteSqlParser.java
   
   You can parse the query and set corresponding objects to 
PinotQuery(https://github.com/apache/incubator-pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/common/request/PinotQuery.java).
 You may need to add new fields if existing ones are not sufficient.
   
   Then RequestHandler should be able to return the results directly based on 
the table information.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to