Update KeyCondition.h

This commit is contained in:
alexey-milovidov 2020-04-08 05:55:39 +03:00 committed by GitHub
parent 723a1f41e2
commit a42d875a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ using ExpressionActionsPtr = std::shared_ptr<ExpressionActions>;
* - A field with reference to its position in block.
* It's needed for execution functions on ranges during
* index analysis. If function was executed once for field,
* it's result would be cached for all block for which field's reference points to.
* its result would be cached for all block for which field's reference points to.
*/
struct FieldRef : public Field
{