package schema
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object Asn1TypeMapper
Maps a resolved Asn1Type to a Spark SQL DataType.
Maps a resolved Asn1Type to a Spark SQL DataType.
CHOICE becomes a StructType with a
_tagStringType discriminator field and one nullable field per alternative.NAMED BIT STRING becomes StructType(_bytes: BinaryType, _namedBits: ArrayType(StringType)).