felipeblazing

Results 18 comments of felipeblazing

@argenisleon you should be able to now use reserved words if you encapsulate then in `` when runnign queries so the following ``` select `year` from a ``` should work

If we do this we should seperate the logic of the Cache which holds cachedata and the part of the code that actually moves things between cache layers. This would...

Process isn't a place that currently supports doing htis by the way because there is one process function for ALL kernels. Perhaps we should define some kind of function that...

We are in complete agreement that window functions are an important tool in SQL. At this time they are not supported but we should have the subset that is currently...

If you were really interested we could talk about what it takes to build a jdbc driver. I built one for our old engine and getting a bare bones version...

I might be a bit confused. Is your intention to have a JDBC connection to access blazingsql from something that makes jdbc connections (e.g. tableau, some sql tool like squirrelsql)?...

It absolutely could. So there are two ways to go about it. 1. make an example showing how to do this by doing the following - use read_sql_table from daks...

Do you mean the cudf docs? https://docs.rapids.ai/api/cudf/nightly/ the results of bc.sql() are either a cudf in single node and dask-cudf in distributed.