Open wjones127 opened 5 months ago
Full list here: https://github.com/apache/spark/tree/master/common/variant#encoding-types
Implement methods to extract from VariantRef and write each of these into buffer (write_*) as well as methods on ObjectBuilder and ArrayBuilder:
VariantRef
write_*
ObjectBuilder
ArrayBuilder
Full list here: https://github.com/apache/spark/tree/master/common/variant#encoding-types
Implement methods to extract from
VariantRef
and write each of these into buffer (write_*
) as well as methods onObjectBuilder
andArrayBuilder
: