georgiy-belyanin commented on issue #13545: URL: https://github.com/apache/datafusion/issues/13545#issuecomment-2626672813
Probably, it's worth starting from something simple related to SQL/PGQ. SQL/PGQ DDL sounds easy enough to be implemented using parser extensions. Then `CREATE PROPERTY GRAPH`/`DROP VERTEX TABLE` can be translated into plain `CREATE TABLE` / `DROP TABLE`. Refer to https://standards.iso.org/iso-iec/9075/-16/ed-1/en/ for SQL/PGQ grammar description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org