13 lines
348 B
Markdown
13 lines
348 B
Markdown
|
|
### TODO
|
|
- support for order by, offset, limit
|
|
- support for btree indexes
|
|
- support for parenthesis
|
|
- support for *
|
|
- add pipe | token
|
|
- add count min and max functions, eg aggregate functions
|
|
- maybe to create iterator on table
|
|
- add exceptions and rename it to UsqlException
|
|
- class members should have prefix m_
|
|
- add const wherever should be
|