summaryrefslogtreecommitdiffstats
path: root/include/framework/InternalLevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/InternalLevel.h')
-rw-r--r--include/framework/InternalLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/InternalLevel.h b/include/framework/InternalLevel.h
index ac013c0..8554392 100644
--- a/include/framework/InternalLevel.h
+++ b/include/framework/InternalLevel.h
@@ -140,7 +140,7 @@ public:
return m_shard_cnt;
}
- size_t get_record_cnt() {
+ size_t get_record_count() {
size_t cnt = 0;
for (size_t i=0; i<m_shard_cnt; i++) {
cnt += m_shards[i]->get_record_count();