[ 
https://issues.apache.org/jira/browse/PHOENIX-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182419#comment-15182419
 ] 

Kaide Mu commented on PHOENIX-2228:
-----------------------------------

[~rajeshbabu], thank you so much, could you tell me, which is our progress and 
how we will proceed with this task? I have been looking for the 
SqlCreateView.java, but I'm not very clear with that template details such as 
variable like SqlNode query, String queryString, hence would you mind explain 
to me a bit about this template, like difference between query and queryString, 
what's the content of each of them. And I mentioned in Phoneix-2199, I guess 
(probably wrong) the workflow of a DDL create table statement such as:
{code:sql}
CREATE TABLE Persons
(
PersonID int,
LastName varchar(255),
FirstName varchar(255),
Address varchar(255),
City varchar(255)
); 
{code}
is parsed by sqlparser, then these parsed data are used to create a sql parse 
node, after that, I suppose it's execute by PhoneixPrepareimp(?)

> Support CREATE TABLE in Phoenix-Calcite Integration
> ---------------------------------------------------
>
>                 Key: PHOENIX-2228
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2228
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Maryann Xue
>            Assignee: Rajeshbabu Chintaguntla
>              Labels: calcite
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to