Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Phoenix would like to leverage the Calcite parser, so would like to have the ability to parse the following DDL statements. The current work for this is occurring in the calcite branch.
CREATE TABLE: http://phoenix.apache.org/language/index.html#create_table
CREATE VIEW: http://phoenix.apache.org/language/index.html#create_view
CREATE INDEX: http://phoenix.apache.org/language/index.html#create_index
CREATE SEQUENCE: http://phoenix.apache.org/language/index.html#create_sequence
ALTER TABLE/VIEW: http://phoenix.apache.org/language/index.html#alter
ALTER INDEX: http://phoenix.apache.org/language/index.html#alter_index
DROP TABLE: http://phoenix.apache.org/language/index.html#drop_table
DROP VIEW: http://phoenix.apache.org/language/index.html#drop_view
DROP INDEX: http://phoenix.apache.org/language/index.html#drop_index
DROP SEQUENCE: http://phoenix.apache.org/language/index.html#drop_sequence
UPDATE STATISTICS: http://phoenix.apache.org/language/index.html#update_statistics
TRACE ON/OFF [WITH SAMPLING <decimal between 0.0 and 1.0>]
Attachments
Issue Links
- depends upon
-
CALCITE-852 DDL statements
- Closed
- is depended upon by
-
PHOENIX-2199 Support DDL in Phoenix-Calcite integration
- Open