package
0.0.0-20230410094002-959c02d50f95
Repository: https://github.com/vescale/zgraph.git
Documentation: pkg.go.dev
# Functions
NewBuilder returns a build instance.
# Structs
Builder is used to build from a plan into executor.
DDLExec is used to execute a DDL operation.
InsertExec represents the executor of INSERT statement.
No description provided by the author
ProjectionExec represents a projection executor.
SelectionExec represents a selection executor.
ShowExec is used to execute the show statements.
SimpleExec is used to execute some simple tasks.
# Interfaces
Executor is the physical implementation of an algebra operator.