[MCOL-4262] Add support for SELECT <col> <comparison operator> <value> Created: 2020-08-20  Updated: 2023-12-15

Status: Open
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: Icebox

Type: New Feature Priority: Major
Reporter: susil.behera Assignee: Max Mether
Resolution: Unresolved Votes: 0
Labels: None
Environment:

Server version: 10.5.6
MCS version: 1.5.4-1



 Description   

Like Innodb engine, we should support for SELECT <col> <operator> <value>.

MariaDB [mysql]> CREATE TABLE t1(i INT) ENGINE=Columnstore;
Query OK, 0 rows affected (0.128 sec)

MariaDB [mysql]> INSERT INTO t1 VALUES(1),(2);
Query OK, 2 rows affected (0.324 sec)
Records: 2 Duplicates: 0 Warnings: 0

MariaDB [mysql]> SELECT i = 10 FROM t1;
ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1001: Function '=' isn't supported.

MariaDB [mysql]> SELECT i < 10 FROM t1;
ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1001: Function '<' isn't supported.


Generated at Thu Feb 08 02:49:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.