aboutsummaryrefslogtreecommitdiff
path: root/icing/index/numeric/integer-index.h
diff options
context:
space:
mode:
authorTim Barron <tjbarron@google.com>2023-06-02 06:14:34 +0000
committerTim Barron <tjbarron@google.com>2023-06-02 06:14:34 +0000
commitb87146567e78489269a627348e7ba98e97530faa (patch)
tree3982f63f9e8f46d5a4484c9e915ef14db1aa817f /icing/index/numeric/integer-index.h
parent818e087b7b1108bc871bbe462d7d8fbf83d82d00 (diff)
downloadicing-b87146567e78489269a627348e7ba98e97530faa.tar.gz
Update Icing from upstream.
Descriptions: ======================================================================== Eliminate unnecessary GetCurrentTime syscalls in various hotspots. ======================================================================== Fix MSAN failure in SchemaStore::Header::Write. ======================================================================== Bug: 282308801 Change-Id: Ifb11f890485329e6b0bc1a9cbf2bf046e39b7854
Diffstat (limited to 'icing/index/numeric/integer-index.h')
-rw-r--r--icing/index/numeric/integer-index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/icing/index/numeric/integer-index.h b/icing/index/numeric/integer-index.h
index 23b463f..30f9852 100644
--- a/icing/index/numeric/integer-index.h
+++ b/icing/index/numeric/integer-index.h
@@ -139,8 +139,8 @@ class IntegerIndex : public NumericIndex<int64_t> {
// - Any IntegerIndexStorage errors
libtextclassifier3::StatusOr<std::unique_ptr<DocHitInfoIterator>> GetIterator(
std::string_view property_path, int64_t key_lower, int64_t key_upper,
- const DocumentStore& document_store,
- const SchemaStore& schema_store) const override;
+ const DocumentStore& document_store, const SchemaStore& schema_store,
+ int64_t current_time_ms) const override;
// Reduces internal file sizes by reclaiming space and ids of deleted
// documents. Integer index will convert all data (hits) to the new document