This commit is contained in:
factosea 2024-04-09 18:03:56 +08:00
parent 239844e3b0
commit 29583e20b8
2 changed files with 2402 additions and 2452 deletions

View File

@ -416,7 +416,7 @@ type_name(A) ::= DECIMAL NK_LP NK_INTEGER NK_RP.
type_name(A) ::= DECIMAL NK_LP NK_INTEGER NK_COMMA NK_INTEGER NK_RP. { A = createDataType(TSDB_DATA_TYPE_DECIMAL); }
%type type_name_binary { SDataType }
%destructor type_name_bin { }
%destructor type_name_binary { }
type_name_binary(A) ::= BINARY. { A = createVarLenDataType(TSDB_DATA_TYPE_BINARY, NULL); }
%type tags_def_opt { SNodeList* }

File diff suppressed because it is too large Load Diff