We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febe083 commit 27ce07fCopy full SHA for 27ce07f
modules/rntuple.mjs
@@ -294,7 +294,7 @@ function DecodeDeltaIndex(blob, coltype) {
294
/**
295
* @summary Decode a reconstructed signed integer buffer using ZigZag encoding
296
*/
297
-function DecodeZigZag(blob, coltype) {
+function decodeZigzag(blob, coltype) {
298
let zigzag, result;
299
300
if (coltype === ENTupleColumnType.kInt16) {
0 commit comments