mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update KeyCondition.h
This commit is contained in:
parent
a6194364ea
commit
94a621060d
@ -22,7 +22,7 @@ using FunctionBasePtr = std::shared_ptr<IFunctionBase>;
|
||||
class ExpressionActions;
|
||||
using ExpressionActionsPtr = std::shared_ptr<ExpressionActions>;
|
||||
|
||||
/** A field, that can be stored in two reperesenation:
|
||||
/** A field, that can be stored in two reperesenations:
|
||||
* - A standalone field.
|
||||
* - A field with reference to it's position in block.
|
||||
* It's needed for execution functions on ranges during
|
||||
|
Loading…
Reference in New Issue
Block a user