pub fn llm_drift_record_from_row(
row: &PgRow,
) -> Result<BoxedLLMDriftServerRecord, SqlError>
Expand description
Converts a PgRow
to a BoxedLLMDriftServerRecord
Conversion is done by first converting the row to an LLMDriftServerSQLRecord
and then converting that to an LLMDriftServerRecord
.