Skip to content

Commit bd49446

Browse files
committed
fix: remove HLL
Signed-off-by: 0xPoe <techregister@pm.me>
1 parent 7585d09 commit bd49446

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

proto/analyze.proto

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ message FMSketch {
137137
repeated uint64 hashset = 2;
138138
}
139139

140-
// HLLSketch is used to count distinct values for columns.
141-
// message HLLSketch {
142-
// optional uint32 b = 1 [(gogoproto.nullable) = false];
143-
// optional bytes registers = 2;
144-
// }
145-
146140
// SampleCollector is used for collect samples and calculate the count and ndv of an column.
147141
message SampleCollector {
148142
repeated bytes samples = 1;
@@ -161,8 +155,6 @@ message RowSampleCollector {
161155
repeated int64 total_size = 5;
162156
repeated FMSketch f1_sketch = 6;
163157
optional int64 sketch_sample_count = 7 [(gogoproto.nullable) = false];
164-
// repeated HLLSketch hll_sketch = 8;
165-
// repeated HLLSketch hll_f1_sketch = 9;
166158
}
167159

168160
message RowSample {

0 commit comments

Comments
 (0)