Packages

An Elixir DuckDB library

Current section

Files

Jump to
exduckdb c_src duckdb src execution operator helper physical_execute.cpp
Raw

c_src/duckdb/src/execution/operator/helper/physical_execute.cpp

#include "duckdb/execution/operator/helper/physical_execute.hpp"
namespace duckdb {
PhysicalExecute::PhysicalExecute(PhysicalOperator *plan)
: PhysicalOperator(PhysicalOperatorType::EXECUTE, plan->types, -1), plan(plan) {
}
} // namespace duckdb