MCPcopy Create free account
hub / github.com/activeloopai/deeplake / register_deeplake_executor

Function register_deeplake_executor

cpp/deeplake_pg/deeplake_executor.cpp:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468// Register the executor
469extern "C" void register_deeplake_executor()
470{
471 init_executor_methods();
472 RegisterCustomScanMethods(&deeplake_executor_scan_methods);
473}
474
475// Create a planned statement for direct deeplake execution
476extern "C" PlannedStmt* deeplake_create_direct_execution_plan(Query* parse,

Callers 1

_PG_initFunction · 0.85

Calls 1

init_executor_methodsFunction · 0.85

Tested by

no test coverage detected