mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
use camelCase aNotB
This commit is contained in:
parent
40e0192bbc
commit
172b5025e2
@ -106,7 +106,7 @@ public:
|
||||
u->update(theta_intersection.get_result());
|
||||
}
|
||||
|
||||
void a_not_b(const ThetaSketchData & rhs)
|
||||
void aNotB(const ThetaSketchData & rhs)
|
||||
{
|
||||
datasketches::theta_union * u = getSkUnion();
|
||||
|
||||
|
@ -53,7 +53,7 @@ namespace DB
|
||||
{
|
||||
static void apply(AggregateFunctionUniqThetaData & sketch_data_1, const AggregateFunctionUniqThetaData & sketch_data_2)
|
||||
{
|
||||
sketch_data_1.set.a_not_b(sketch_data_2.set);
|
||||
sketch_data_1.set.aNotB(sketch_data_2.set);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user