We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597e9d5 commit 587248cCopy full SHA for 587248c
datafusion/common/src/nested_struct.rs
@@ -206,7 +206,7 @@ pub fn cast_column(
206
///
207
/// # Errors
208
/// Returns an error if the source is not a struct array or if field casting fails
209
-pub fn cast_struct_array_by_name(
+pub(crate) fn cast_struct_array_by_name(
210
array: &ArrayRef,
211
target_fields: &arrow::datatypes::Fields,
212
cast_options: &CastOptions,
0 commit comments