schemas of transformer, whose keys should NOT
be duplicated
size of Row
transformed by this transformer, default is None
Apply this transformer to rdd
size of Row
transformed by this transformer, default is None
size of Row
transformed by this transformer, default is None
RowTransformer transform a
Row
to aTable
whose values are allTensor
.This transformer is a container of
RowTransformSchema
s. When this transformer being executed, it will runtransform
methods of itsRowTransformSchema
s.Output of
RowTransformer
is aTable
. The keys ofTable
are Tensor.scalar(schemaKey
)s of includedRowTransformSchema
s. Correspondingly, the values ofTable
are results(Tensor
) ofRowTransformSchema.transform
.