duckdb 0.4.1-dev436.0 → 0.4.1-dev452.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.
@@ -7736,6 +7736,8 @@ struct ParquetOptions {
7736
7736
  explicit ParquetOptions(ClientContext &context);
7737
7737
 
7738
7738
  bool binary_as_string = false;
7739
+ bool filename = false;
7740
+ bool hive_partitioning = false;
7739
7741
  };
7740
7742
 
7741
7743
  class ParquetReader {