Searched refs:query_data_count (Results 1 – 2 of 2) sorted by relevance
133 …let query_times = (old_db.query_data_count(old_data_query_condition)? + MAX_BATCH_NUM - 1) / MAX_B… in calculate_batch_split_times()
644 pub fn query_data_count(&mut self, condition: &DbMap) -> Result<u32> { in query_data_count() method