File tree Expand file tree Collapse file tree
src/main/java/org/apache/datasketches/cpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020package org .apache .datasketches .cpc ;
2121
22- import static java .lang .foreign .ValueLayout .JAVA_BYTE ;
2322import static java .lang .Math .log ;
2423import static java .lang .Math .sqrt ;
24+ import static java .lang .foreign .ValueLayout .JAVA_BYTE ;
2525import static java .nio .charset .StandardCharsets .UTF_8 ;
2626import static org .apache .datasketches .common .Util .LS ;
2727import static org .apache .datasketches .common .Util .invPow2 ;
@@ -81,7 +81,7 @@ public final class CpcSketch {
8181 byte [] slidingWindow ; //either null or size K bytes
8282 PairTable pairTable ; //for sparse and surprising values, either null or variable size
8383
84- //The following variables are only valid in HIP varients
84+ //The following variables are only valid in HIP variants
8585 double kxp ; //used with HIP
8686 double hipEstAccum ; //used with HIP
8787
You can’t perform that action at this time.
0 commit comments