pub(crate) fn create_began_execution_record(
execution_uuid: Uuid,
prepared_statement_uuid: Uuid,
sample_rate: f64,
params: &Params,
session: &Session,
began_at: EpochMillis,
build_info_version: String,
) -> StatementBeganExecutionRecordExpand description
Helper function to create a StatementBeganExecutionRecord.