1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-10 22:28:53 +00:00

Initial checkin of CSV table

parquet.cc is a fork of the sample CSV virtual table at
https://www.sqlite.org/src/artifact?ci=trunk&filename=ext/misc/csv.c

So far the only changes are those needed to make it compile cleanly in
C++11 mode.
This commit is contained in:
Colin Dellow
2018-03-02 18:59:34 -05:00
parent 811badc9f9
commit 552da5a647
6 changed files with 959 additions and 1 deletions

2
parquet/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
cmds.txt
go