pub type ObjectArrayGetter = Arc<dyn Fn(&(dyn Array + 'static), usize) -> Option<AnyValue<'_>> + Send + Sync>;
object
pub struct ObjectArrayGetter { /* private fields */ }