Packages

package schema

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. 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 _tag StringType discriminator field and one nullable field per alternative.

    NAMED BIT STRING becomes StructType(_bytes: BinaryType, _namedBits: ArrayType(StringType)).

Ungrouped