Current section
Files
Jump to
Current section
Files
c_src/duckdb/src/execution/operator/helper/physical_vacuum.cpp
#include "duckdb/execution/operator/helper/physical_vacuum.hpp"
namespace duckdb {
void PhysicalVacuum::GetData(ExecutionContext &context, DataChunk &chunk, GlobalSourceState &gstate,
LocalSourceState &lstate) const {
// NOP
}
} // namespace duckdb