Skip to content

dialect/sql: added support for YQL window functions#7

Closed
LostImagin4tion wants to merge 1 commit intoydb-platform:ydb-developfrom
LostImagin4tion:LostImagin4tion/window-query-builder
Closed

dialect/sql: added support for YQL window functions#7
LostImagin4tion wants to merge 1 commit intoydb-platform:ydb-developfrom
LostImagin4tion:LostImagin4tion/window-query-builder

Conversation

@LostImagin4tion
Copy link
Collaborator

No description provided.

@LostImagin4tion
Copy link
Collaborator Author

Кажется, что ent не поддерживает использование объявление оконных функций, как тут:

SELECT
    AVG(some_value) OVER w AS avg_of_prev_current_next,
FROM my_table
WINDOW w AS (
    PARTITION BY partition_key_column
    ORDER BY int_column
    ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING
);

Пока не буду добавлять

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant