Class RowTransformerStandardImpl<T>

  • All Implemented Interfaces:
    RowTransformer<T>

    @Incubating
    public class RowTransformerStandardImpl<T>
    extends Object
    implements RowTransformer<T>
    The standard RowTransformer -
    1. if the row array has just a single dimension, the value from that dimension (index zero) is returned
    2. otherwise, the array itself is returned