Skip to content

Commit

Permalink
add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Sep 7, 2024
1 parent e5ab14d commit 87d7503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/src/datasource/dynamic_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ impl DynamicListTableFactory {
Self { session_store }
}

/// Get the session store.
pub fn session_store(&self) -> &SessionStore {
&self.session_store
}
Expand Down

0 comments on commit 87d7503

Please sign in to comment.