Update KeyCondition.h

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

View File

@ -24,10 +24,10 @@ using ExpressionActionsPtr = std::shared_ptr<ExpressionActions>;
/** A field, that can be stored in two reperesenations:
* - A standalone field.
* - A field with reference to its position in block.
* It's needed for execution functions on ranges during
* - A field with reference to its position in a block.
* It's needed for execution of functions on ranges during
* index analysis. If function was executed once for field,
* its result would be cached for all block for which field's reference points to.
* its result would be cached for whole block for which field's reference points to.
*/
struct FieldRef : public Field
{