You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Forward Xu (Jira)" <ji...@apache.org> on 2019/11/17 17:23:00 UTC

[jira] [Created] (CALCITE-3510) Implement sqlquery for Redis adapter

Forward Xu created CALCITE-3510:
-----------------------------------

             Summary: Implement sqlquery for Redis adapter
                 Key: CALCITE-3510
                 URL: https://issues.apache.org/jira/browse/CALCITE-3510
             Project: Calcite
          Issue Type: New Feature
            Reporter: Forward Xu


sqlline> select * from "csv_02";
+--------+-------+
| DEPTNO | NAME |
+--------+-------+
| 20 | Sales |
| 10 | Sales |
+--------+-------+
2 rows selected (0.014 seconds)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)