We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefaultSchemaAdapter
1 parent 319cb70 commit df445a2Copy full SHA for df445a2
datafusion/datasource/src/schema_adapter.rs
@@ -243,7 +243,7 @@ impl SchemaAdapterFactory for DefaultSchemaAdapterFactory {
243
/// This SchemaAdapter requires both the table schema and the projected table
244
/// schema. See [`SchemaMapping`] for more details
245
#[derive(Clone, Debug)]
246
-pub(crate) struct DefaultSchemaAdapter {
+pub struct DefaultSchemaAdapter {
247
/// The schema for the table, projected to include only the fields being output (projected) by the
248
/// associated ParquetSource
249
projected_table_schema: SchemaRef,
0 commit comments