We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c4cad commit 30197d6Copy full SHA for 30197d6
datafusion/src/field_util.rs
@@ -22,7 +22,7 @@ use arrow::datatypes::{DataType, Field};
22
use crate::error::{DataFusionError, Result};
23
use crate::scalar::ScalarValue;
24
25
-/// Returns the field access indexed by `key` from a [`DataType::List`] or [`DataType::Dictionary`].
+/// Returns the field access indexed by `key` from a [`DataType::List`]
26
/// # Error
27
/// Errors if
28
/// * the `data_type` is not a Struct or,
0 commit comments