duckdb 0.6.1-dev17.0 → 0.6.1-dev187.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,7 +133,6 @@ public:
133
133
  std::unique_ptr<duckdb::Connection> connection;
134
134
  Database *database_ref;
135
135
  std::unordered_map<std::string, duckdb_node_udf_function_t> udfs;
136
- std::unordered_map<std::string, std::vector<std::pair<uint64_t, uint64_t>>> buffers;
137
136
  std::unordered_map<std::string, Napi::Reference<Napi::Array>> array_references;
138
137
  };
139
138