aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common/selectpruner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use std::make_unique and auto.Geir Storli2020-05-111-15/+15
* Support imported attribute fields in backend selection logicTor Brede Vekterli2020-01-311-23/+33
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-5/+5
* Use nullptr instead of NULL and use {} on one-liner if statements.Geir Storli2018-05-151-25/+41
* Add common utility function for extracting the field name from a FieldValueNode.Geir Storli2018-05-111-10/+3
* Extend document select pruner to generate document select expressionTor Egge2018-04-231-7/+39
* Use new C++ document selection parserTor Brede Vekterli2017-11-141-4/+3
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-311-5/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Hide BucketDistributionHenning Baldersheim2017-06-071-0/+1
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-3/+1
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-6/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-9/+9
* Stop passing schema to CachedSelect, passing attribute manager is sufficient.Tor Egge2017-04-181-7/+12
* PublishJon Bratseth2016-06-151-0/+648