rapidsai / node

GPU-accelerated data science and visualization in node

Home Page:https://rapidsai.github.io/node/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEA] `createTable` should support more file types in SQL module

matekdev opened this issue · comments

We currently only allow .csv file types when using createTable
https://github.com/rapidsai/node/blob/main/modules/sql/src/context.ts#L100

  1. We should create a separate createTableCSV method that handles the creation of tables from .csv files
  2. We should change the code to be extendable to support more file types
  3. Filetypes we can support parquet & ORC (there are others, but they are just derivatives of .csv)

SQL now handles csv, parquet, orc.