Reading fsst arrays #5709
|
Hi, I'm struggling a bit to read a FSST-encoded column. Once I get the My goal would be to get the |
Answered by
connortsui20
Dec 16, 2025
Replies: 2 comments 10 replies
|
So we actually already implement this short-circuit comparison logic here: vortex/encodings/fsst/src/compute/compare.rs Lines 47 to 121 in 9a76489 Therefore you just need to use the compare compute function over the resulting array. |
10 replies
|
See #5709 (reply in thread) and #5709 (reply in thread) for answers |
0 replies
Answer selected by
connortsui20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #5709 (reply in thread) and #5709 (reply in thread) for answers