We should at least support parsing statements ``` BEGIN TRANSACTION BEGIN TRANSACTION READ ONLY COMMIT ROLLBACK ``` Those statement should not be mixed with other queries. Maybe we should introduce more flags in `ExecutionFlags`: https://github.com/alibaba/neug/blob/main/include/neug/compiler/gopt/g_physical_analyzer.h#L43
We should at least support parsing statements
Those statement should not be mixed with other queries.
Maybe we should introduce more flags in
ExecutionFlags: https://github.com/alibaba/neug/blob/main/include/neug/compiler/gopt/g_physical_analyzer.h#L43