Class PySparkFieldConstructor

  • All Implemented Interfaces:
    net.razorvine.pickle.IObjectConstructor

    public class PySparkFieldConstructor
    extends Object
    implements net.razorvine.pickle.IObjectConstructor
    • Constructor Detail

      • PySparkFieldConstructor

        public PySparkFieldConstructor()
    • Method Detail

      • construct

        public Object construct​(Object[] tupleFields)
                         throws net.razorvine.pickle.PickleException
        Description copied from interface: net.razorvine.pickle.IObjectConstructor
        Create an object. Use the given args as parameters for the constructor.
        Specified by:
        construct in interface net.razorvine.pickle.IObjectConstructor
        Throws:
        net.razorvine.pickle.PickleException