parser
Directory actions
More options
Directory actions
More options
parser
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This file contains a brief info about the parser test scripts directory.
The directory contains scripts for TDengine parser testing, mainly focus on syntax parsing and datatype support. The tests are organized in the way database languages are catagorized.
DML:
{
SELECT
INSERT
INTERVAL
FILL
DESCRIBE
SHOW
}
DDL:
{
CREATE DATABASE/METRIC/TABLE
DROP DATABASE/METRIC/TABLE
}
DCL:
{
CREATE ACCOUNT/USER
DROP ACCOUNT/USER
*ALTER USER PRIVILEGE
}