-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CUBVEC-12] Add VECTOR to Lexer and Parser (#5693)
http://jira.cubrid.org/browse/CUBVEC-12 * feat(parser): add VECTOR token and PT_TYPE_VECTOR to parser Create Table succeeds * feat(csql_grammar.y): can create vector table with arguments * fix(csql_grammar.y): remove unnecessary container initialization for readability * fix(csql_grammar): get rid of obscure TODO and pass vector options to parent rule * Update src/parser/csql_grammar.y Co-authored-by: joonmin83 <[email protected]> * docs(csql_grammar): todo: dim and type validation later --------- Co-authored-by: joonmin83 <[email protected]>
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters