Returns a Sequence of attributes for the given case class type.
Converts Scala objects to catalyst rows / types.
Converts Scala objects to catalyst rows / types. Note: This is always called after schemaFor has been called. This ordering is important for UDT registration.
Converts Catalyst types used internally in rows to standard Scala types
Returns a catalyst DataType and its nullability for the given Scala Type using reflection.
Returns a catalyst DataType and its nullability for the given Scala Type using reflection.
Support for generating catalyst schemas for scala objects.