You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by rdbi: a function to SELECT * from a table without providing a query (makes it easier to provide non-query-engine based backends, e.g. a Parquet file backend)
Inspired by rdbi: a function to
SELECT *from a table without providing a query (makes it easier to provide non-query-engine based backends, e.g. a Parquet file backend)