Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Store bitmap result directly #637

@alanbernstein

Description

@alanbernstein

Description

There is currently no way to compute a bitmap query and store it directly as a new row.

Example: Store(<bitmap_query>, frame=foo, rowID=10) -> {"results":[{"rowID": 10}]}
(maybe rowID input is optional)

Success criteria (What criteria will consider this ticket closeable?)

Any query that returns a bitmap result can be immediately written to a new frame+row, without returning the full bitmap result to the client.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions