aboutsummaryrefslogtreecommitdiff
path: root/icing/query/advanced_query_parser/query-visitor.h
diff options
context:
space:
mode:
authorTim Barron <tjbarron@google.com>2022-12-13 17:48:06 -0800
committerTim Barron <tjbarron@google.com>2022-12-14 09:23:23 -0800
commitfd2b1b13607fc3ad68429dfde5a2d4dccdf102be (patch)
tree0951e1f2a3ba4f5a7de9f24e3bd7f1c895613d60 /icing/query/advanced_query_parser/query-visitor.h
parent8ddc32ad433ea147de80dcfac2afe58962360f18 (diff)
downloadicing-fd2b1b13607fc3ad68429dfde5a2d4dccdf102be.tar.gz
Sync from upstream.
Descriptions: ====================================================================== Create class `QualifiedId` ====================================================================== Switch JoinProcessor to use new class FullyQualifiedId ====================================================================== Add `JoinableConfig` proto ====================================================================== Implement document-based functions for the Advanced Scoring Language ====================================================================== Support the RelevanceScore function for the Advanced Scoring Language ====================================================================== Enable the document-based member functions for Advanced Scoring Language Bug: 256022027 Bug: 261474063 Change-Id: I5f7e58dcc5e5cfc6089a856dd4f0617ccf485485
Diffstat (limited to 'icing/query/advanced_query_parser/query-visitor.h')
-rw-r--r--icing/query/advanced_query_parser/query-visitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/query/advanced_query_parser/query-visitor.h b/icing/query/advanced_query_parser/query-visitor.h
index e834606..74fa50a 100644
--- a/icing/query/advanced_query_parser/query-visitor.h
+++ b/icing/query/advanced_query_parser/query-visitor.h
@@ -110,7 +110,7 @@ class QueryVisitor : public AbstractSyntaxTreeVisitor {
std::stack<PendingValue> pending_values_;
libtextclassifier3::Status pending_error_;
- const NumericIndex<int64>& numeric_index_; // Does not own!
+ const NumericIndex<int64_t>& numeric_index_; // Does not own!
};
} // namespace lib