org.apache.spark.sql.catalyst.encoders
Given a set of N encoders, constructs a new encoder that produce objects as items in an N-tuple.
Given a set of N encoders, constructs a new encoder that produce objects as items in an N-tuple. Note that these encoders should be unresolved so that information about name/positional binding is preserved.
A factory for constructing encoders that convert objects and primitives to and from the internal row format using catalyst expressions and code generation. By default, the expressions used to retrieve values from an input row when producing an object will be created as follows:
value
.