Class Language.Sql$

Object
scala.runtime.AbstractFunction0<Language.Sql>
org.apache.spark.sql.pipelines.Language.Sql$
All Implemented Interfaces:
Serializable, scala.Function0<Language.Sql>
Enclosing interface:
Language

public static class Language.Sql$ extends scala.runtime.AbstractFunction0<Language.Sql> implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Language.Sql$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class scala.runtime.AbstractFunction0

    apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface scala.Function0

    apply
  • Field Details

    • MODULE$

      public static final Language.Sql$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Sql$

      public Sql$()