Expand description
PowDB query executor.
Structs§
Constants§
- READONLY_
NEEDS_ WRITE - Legacy sentinel string constant — kept for backward compatibility with
any external code matching on the string representation. New code should
match on
QueryError::ReadonlyNeedsWritedirectly.
Functions§
- is_
read_ only_ statement - Mission infra-1: classify a parsed statement as read-only vs. mutating.
Used by
Engine::execute_powql_readonlyand by the server handler to decide between the RwLock reader and writer sides.Unionrecurses because each side can independently be read/write (though in practice both sides are reads — the parser only builds Union from query shapes).