LLAMA currently needs to strictly separate integral and floating-point data types before bitpacking. However, this prevents the creation of AoS layouts of records containing both classes of data types and bitpacking them. We should support this use case.
LLAMA currently needs to strictly separate integral and floating-point data types before bitpacking. However, this prevents the creation of AoS layouts of records containing both classes of data types and bitpacking them. We should support this use case.