Skip to main content

compiled_object_to_artifact_data

Function compiled_object_to_artifact_data 

Source
fn compiled_object_to_artifact_data(
    object: &CachedTypedObject,
) -> CompiledObjectArtifactData
Expand 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.