Skip to content

Commit 38aa052

Browse files
committed
Refine comment
1 parent 5926c53 commit 38aa052

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/src/arrow/util/bpacking_scalar_codegen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ def print_note():
256256
gen.print_structs()
257257
print()
258258

259+
# Enable "smart_halve" because we want to decode 32 values at a time,
260+
# which is half the (uint64_t) word size.
259261
gen = ScalarUnpackGenerator("uint64_t", smart_halve=True)
260262
gen.print_structs()
261263

0 commit comments

Comments
 (0)