This property will override indices
when it is not empty.
FieldNames
of Selected ColumnsThis property will override indices
when it is not empty.
It will work on only when fieldNames
is empty,
otherwise RowTransformer
will select columns accord to fieldNames
.
Indices
of Selected ColumnsIt will work on only when fieldNames
is empty,
otherwise RowTransformer
will select columns accord to fieldNames
.
If both indices
and fieldNames
are empty,
RowTransformer
will select all columns by default.
key of the schema
key of the schema
Transforming Logic of the Schema
Transforming Logic of the Schema
StructFields of selected columns
a result Tensor
A schema which specialize on transforming
single column
to size(1)Tensor
. Types ofselected columns
will be identified according to theirDataType
. And type conversions will be done automatically fromDataType
toTensorDataType
.