Module project_set

Source

Structs§

Inner 🔒
ProjectSetExecutor
ProjectSetExecutor projects data with the expr. The expr takes a chunk of data, and returns a new data chunk. And then, ProjectSetExecutor will insert, delete or update element into next operator according to the result of the expression.

Enums§

ProjectSetSelectItem
Either a scalar expression or a set-returning function.

Constants§

PROJ_ROW_ID_OFFSET 🔒