mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Update KeyCondition.h
This commit is contained in:
parent
723a1f41e2
commit
a42d875a68
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user