Vrishabh

Results 4 issues of Vrishabh

### Is your feature request related to a problem or challenge? Comparing functions offered by spark and datafusion, I see that [log1p](https://spark.apache.org/docs/latest/api/sql/index.html#log1p) and [sha1](https://spark.apache.org/docs/latest/api/sql/index.html#sha1) is not supported. There maybe many...

enhancement

### What is the problem the feature request solves? I would like to have more documentation around the project. I was planning of creating a sphinx documentation as a starting...

enhancement

While importing csv data with quotes, those lines were skipped. This code fixes it . ``` ❯ cat .\testing\test_files\test.csv 1,2.0,"String'1" 3,4.0,"String2" ./target/debug/limbo.exe Limbo v0.0.11 limbo> CREATE TABLE csv_table(c1 INT, c2...

This is a tracking issue to support clickbench(https://github.com/ClickHouse/ClickBench/blob/main/sqlite/benchmark.sh). - [x] #739 - [x] #740 - [x] #741 - [x] #745

enhancement
help wanted
performance