Closed treo closed 2 years ago
From #584, which unfortunately started from an unclean state:
Fix for NS-44 (Replace bitwise merge with vectorized merge):
nullable_scalar_vector and nullable_varchar_vector now use cyclone_utils::fast_validity_merge for vectorized merge of validity bits.
I'd love to know, if it's any faster now...
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
This will need a slight update when https://github.com/XpressAI/SparkCyclone/pull/586 is merged, as the append_bitsets signature is simpler now.
From #584, which unfortunately started from an unclean state:
Fix for NS-44 (Replace bitwise merge with vectorized merge):
nullable_scalar_vector and nullable_varchar_vector now use cyclone_utils::fast_validity_merge for vectorized merge of validity bits.
I'd love to know, if it's any faster now...