fn compiled_object_to_artifact_data(
object: &CachedTypedObject,
) -> CompiledObjectArtifactDataExpand description
Convert a freshly compiled object into the SQL-text shape persisted in the
cache. Each AST node is rendered with a trailing semicolon so the inverse
parse in artifact_to_compiled_object sees a self-contained statement.