Commits


Max Burke authored and Krisztián Szűcs committed 520d47d0bd2
ARROW-6666: [Rust] Datafusion parquet string literal support This change also required having to add comparison predicates for UTF8 strings to Arrow's comparison kernels. Included also are support for the LIKE and NOT LIKE operators. Closes #6469 from maxburke/datafusion_parquet_string_literal_support and squashes the following commits: 29957746b <Max Burke> Attend to issues raised in PR review 3c172f144 <Max Burke> Re-introduce a compare op function that doesn't use simd for the benchmark suite 7de67a2c9 <Max Burke> Add support for string comparisons to DataFusion. 1e9132316 <Max Burke> Ignore vim swap files 5aad80623 <Max Burke> cargo fmt 138717cff <Max Burke> Add support to datafusion-cli for parquet files. Authored-by: Max Burke <max@urbanlogiq.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>