aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common/cachedselect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add raw as attribute vector basic type.Tor Egge2023-03-061-1/+1
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add ReadableAttributeVector accessor to IAttributeManagerTor Brede Vekterli2020-01-291-8/+10
* predicate, tensor and reference attributes will not be tried fetched form att...Henning Baldersheim2020-01-031-18/+26
* Add pre-document selection than can disqualify a document without retrieving ...Geir Storli2018-05-151-37/+80
* Use nullptr instead of NULL and use {} on one-liner if statements.Geir Storli2018-05-151-4/+6
* Remove unused variable.Geir Storli2018-05-151-2/+0
* Add common utility function for extracting the field name from a FieldValueNode.Geir Storli2018-05-111-10/+4
* Make member variables in CachedSelect private.Geir Storli2018-05-111-7/+7
* Refactor CachedSelect by adding Session class with functions to check whether...Geir Storli2018-05-111-5/+31
* Extend document select pruner to generate document select expressionTor Egge2018-04-231-1/+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-4/+3
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-26/+17
* Merge pull request #2177 from yahoo/toregge/add-index-aspect-inspectorGeir Storli2017-04-191-20/+6
|\
| * Stop passing schema to CachedSelect, passing attribute manager is sufficient.Tor Egge2017-04-181-20/+6
* | add override in searchcore moduleArne H Juul2017-04-121-1/+1
|/
* Decouple includes.Henning Baldersheim2016-12-161-2/+2
* PublishJon Bratseth2016-06-151-0/+211