Class DocDBFieldResolver

    • Field Detail

      • DEFAULT_FIELD_RESOLVER

        protected static final FieldResolver DEFAULT_FIELD_RESOLVER
    • Method Detail

      • getFieldValue

        public Object getFieldValue​(org.apache.arrow.vector.types.pojo.Field field,
                                    Object value)
        Description copied from interface: FieldResolver
        Used to extract a value for the given Field from the provided value.
        Specified by:
        getFieldValue in interface FieldResolver
        Parameters:
        field - The field that we would like to extract from the provided value.
        value - The complex value we'd like to extract the provided field from.
        Returns:
        The value to use for the given field.