Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Nov 22, 2023
1 parent 5b039ce commit 73f3b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/physical-expr/src/array_expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,7 @@ pub fn flatten(args: &[ArrayRef]) -> Result<ArrayRef> {
Ok(Arc::new(flattened_array) as ArrayRef)
}

/// Macro for dispatching array length computation based on the offset type.
macro_rules! array_length_dispatch {
($ARRAY:expr, $OFFSIZE:ty) => {{
let list_array = as_generic_list_array::<$OFFSIZE>(&$ARRAY[0])?;
Expand Down

0 comments on commit 73f3b06

Please sign in to comment.