Skip to content

feat(sql): add mq() scalar function and remove separator comments#3

Merged
harehare merged 3 commits into
mainfrom
feat/mq-sql-function
Jun 3, 2026
Merged

feat(sql): add mq() scalar function and remove separator comments#3
harehare merged 3 commits into
mainfrom
feat/mq-sql-function

Conversation

@harehare

@harehare harehare commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Add mq(program, content) as a SQL scalar function that runs an mq-lang program against a Markdown string and returns the result. Returns NULL when the program produces no output or encounters an error.

harehare added 3 commits June 3, 2026 21:57
Add mq(program, content) as a SQL scalar function that runs an mq-lang
program against a Markdown string and returns the result. Returns NULL
when the program produces no output or encounters an error.
Replace ASCII art with Mermaid flowchart/graph/block diagrams for
architecture overview, index layers, interval index tree, predicate
pushdown, and storage format. Add documentation for DDL statements
(CREATE/INSERT/DROP TABLE, SHOW TABLES, DESC) and the mq() scalar
function introduced in recent commits.
@harehare harehare force-pushed the feat/mq-sql-function branch from 54e8203 to 1bbd30b Compare June 3, 2026 13:06
@harehare harehare merged commit fb72d8b into main Jun 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant