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