Skip to content

Commit 30197d6

Browse files
committed
Fix doc in get_indexed_field
1 parent 06c4cad commit 30197d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/field_util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use arrow::datatypes::{DataType, Field};
2222
use crate::error::{DataFusionError, Result};
2323
use crate::scalar::ScalarValue;
2424

25-
/// Returns the field access indexed by `key` from a [`DataType::List`] or [`DataType::Dictionary`].
25+
/// Returns the field access indexed by `key` from a [`DataType::List`]
2626
/// # Error
2727
/// Errors if
2828
/// * the `data_type` is not a Struct or,

0 commit comments

Comments
 (0)