Package org.apache.spark.types.variant
Interface VariantUtil.ObjectHandler<T>
- Enclosing class:
- VariantUtil
public static interface VariantUtil.ObjectHandler<T>
-
Method Summary
-
Method Details
-
apply
- Parameters:
size- Number of object fields.idSize- The integer size of the field id list.offsetSize- The integer size of the offset list.idStart- The starting index of the field id list in the variant value array.offsetStart- The starting index of the offset list in the variant value array.dataStart- The starting index of field data in the variant value array.
-