Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Window Functions support #44

Open
c4f3a0ce opened this issue Feb 17, 2020 · 1 comment
Open

Window Functions support #44

c4f3a0ce opened this issue Feb 17, 2020 · 1 comment

Comments

@c4f3a0ce
Copy link

  • MonetDBLite-Python version: 0.6.3
  • Python version: 3.7.6
  • Pip version: NA
  • Operating System: NA

Description

It seem like MonetDBLite doesn't support Window Functions. It would be great if such feature was included in one of the upcoming releases.

What I Did

import monetdblite
monetdblite.init("/tmp/db")
monetdblite.sql("SELECT RANK(id) OVER (ORDER BY id)  FROM tables")

getting

DatabaseError                             Traceback (most recent call last)
...
DatabaseError: SQL Query Failed: ParseException:SQLparser:42000!syntax error, unexpected ID, expecting ')' in: "select rank(id"
@kutsurak
Copy link
Member

kutsurak commented Feb 19, 2020

Hi,

The next version of MonetDBLite-C library will be based on the same codebase as MonetDB itself, and it will support the same core features, including window functions. Unfortunately I have not a clear time frame for when it will be ready.

Best regards,
Panos.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants