Module executor

Source

Modules§

fast_insert 🔒
managed 🔒
test_utils

Macros§

register_executor
Register an executor builder so that it can be used to build the executor from protobuf.

Structs§

ExecutorBuilder
ExecutorBuilderDescriptor
Descriptor for executor builder.
ExecutorInfo
FastInsertExecutor
A fast insert executor spacially designed for non-pgwire inserts such as websockets and webhooks.
ManagedExecutor
ManagedExecutor build on top of the underlying executor. For now, it does two things:

Statics§

BUILDER_DESCS
All registered executor builders.

Traits§

BoxedExecutorBuilder
Every Executor should impl this trait to provide a static method to build a BoxedExecutor from proto and global environment.
Executor
Refactoring of Executor using Stream.

Type Aliases§

BoxedDataChunkStream
BoxedExecutor