Class Pyspark

java.lang.Object
gorsat.Commands.CommandInfo
gorsat.commands.Pyspark
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class Pyspark extends gorsat.Commands.CommandInfo
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    gorsat.Commands.CommandParsingResult
    processArguments(org.gorpipe.gor.session.GorContext context, String argString, String[] iargs, String[] args, boolean executeNor, String forcedInputHeader)
     

    Methods inherited from class gorsat.Commands.CommandInfo

    $lessinit$greater$default$4, apply, apply$default$4, canEqual, commandArguments, commandOptions, copy, copy$default$1, copy$default$2, copy$default$3, copy$default$4, curried, equals, hashCode, init, init$default$6, isPlaceholder, name, processArguments, processArguments$default$7, productArity, productElement, productIterator, productPrefix, toString, tupled, unapply, validateArguments

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Pyspark

      public Pyspark()
  • Method Details

    • processArguments

      public gorsat.Commands.CommandParsingResult processArguments(org.gorpipe.gor.session.GorContext context, String argString, String[] iargs, String[] args, boolean executeNor, String forcedInputHeader)
      Overrides:
      processArguments in class gorsat.Commands.CommandInfo