pub fn where_random_sql(threshold: f64, db_type: DatabaseType) -> StringExpand description
Generate WHERE RANDOM() < threshold for row sampling.
pub fn where_random_sql(threshold: f64, db_type: DatabaseType) -> StringGenerate WHERE RANDOM() < threshold for row sampling.