Open
Description
This is a meta-issue, to track supported CQL features.
P = Parser (AST and parser), does it event parse?
S = Schema Engine, does troy understand it
M = Does it work with the macro (integration tests)
✅ = Implemented and automated test exists (with link to PR)
⚠️ = We have a task for this (with a link to the issue)
❌ = Not going to be implemented (with link to explanation and workaround)
Note: This is still underprogress, items that doesn't any signs next to it, means we didn't update the document yet.
Basics
Feature | P | S |
---|---|---|
Case insensitive and double quotes | ||
Escaping Characters : Single Quote | ✅ #91 | ✅ |
Escaping Characters: Dollar Sign | ||
Comments | ||
Keywords | ✅ #133 | ✅ |
Data types
Feature | P | S | M |
---|---|---|---|
Primitives | ✅ | ✅ | ✅ |
Blob | ✅ | ✅ | ✅ |
UUIDs | ✅ | ✅ | ✅ |
Timestamp | ✅ | ✅ | ✅ |
Tuple | |||
UDT | |||
list | ✅ | ✅ | ✅ |
set | ✅ | ✅ | ✅ |
map | ✅ | ✅ | ✅ |
frozen |
Functions
Feature | P | S | M |
---|---|---|---|
Blob | ✅ #125 | ||
UUIDs | ✅ #125 | ||
Token | ✅ #125 | ||
Writetime | ✅ #125 | ||
TTL | ✅ #125 | ||
Aggregations | ✅ #125 | ||
UDF | ✅ #125 | ||
UDA | ✅ #125 |
Statements
Data Manipulation (Queries)
Feature | P | S | M |
---|---|---|---|
SELECT | |||
INSERT | |||
UPDATE | |||
DELETE |
Data Definition (Schema)
Metadata
Assignees
Labels
No labels
Activity