Update KeyCondition.h

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

View File

@ -24,7 +24,7 @@ using ExpressionActionsPtr = std::shared_ptr<ExpressionActions>;
/** A field, that can be stored in two reperesenations:
* - A standalone field.
* - A field with reference to it's position in block.
* - 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.