aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-12-13 17:59:49 +0100
committerGitHub <noreply@github.com>2023-12-13 17:59:49 +0100
commit4f48e420144ab7288fe45406bd4d1ea69de6eecb (patch)
tree51de90c2e39f0dea445b9562ebc8c50ef6ca1f98 /vespalib
parentf81958f7e92844ddeefe9d9ecc27ef3df7eaf16b (diff)
parent6a5c9711d63aff13100e7ca4b4e6c1e91bce83a5 (diff)
Merge pull request #29639 from vespa-engine/geirst/direct-posting-store-single-integer-attributes
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>;