aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-12-13 14:57:08 +0000
committerGeir Storli <geirst@yahooinc.com>2023-12-13 14:57:08 +0000
commit6a5c9711d63aff13100e7ca4b4e6c1e91bce83a5 (patch)
tree06e87fd36d54cecdec4033380cbb76d13886976a /vespalib
parent32b8a74701ade63457977a36aaa56cdcc5ddaf0a (diff)
Support direct posting store API for single integer attributes.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/btree/btreestore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/btree/btreestore.h b/vespalib/src/vespa/vespalib/btree/btreestore.h
index 0fbe1a1fcea..5ab3a317be8 100644
--- a/vespalib/src/vespa/vespalib/btree/btreestore.h
+++ b/vespalib/src/vespa/vespalib/btree/btreestore.h
@@ -24,6 +24,7 @@ public:
using KeyType = KeyT;
using DataType = DataT;
using AggregatedType = AggrT;
+ using AggrCalcType = AggrCalcT;
using DataStoreType = datastore::DataStoreT<datastore::EntryRefT<22> >;
using RefType = DataStoreType::RefType;
using KeyDataType = BTreeKeyData<KeyT, DataT>;