File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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.
147141message 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
168160message RowSample {
You can’t perform that action at this time.
0 commit comments