Packages

object CommonGen

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonGen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def avgClassName(dataType: DataType): scala.reflect.api.JavaUniverse.TypeName
  6. def className(dataType: DataType): String
  7. def className(classTag: ClassTag[_]): String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def collectExprs[T](expr: Expression[_])(pf: PartialFunction[Expression[_], T]): Seq[T]
  10. def collectExprs[T](fields: Seq[QueryField])(pf: PartialFunction[Expression[_], T]): Seq[T]
  11. def copyAggregateFields(srcDataset: scala.reflect.api.JavaUniverse.TermName, srcRowId: scala.reflect.api.JavaUniverse.Tree, dstDataset: scala.reflect.api.JavaUniverse.TermName, dstRowId: scala.reflect.api.JavaUniverse.Tree): scala.reflect.api.JavaUniverse.Tree
  12. def copyGroupByFields(state: State, query: Query, row: scala.reflect.api.JavaUniverse.TermName): State
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def findAggregates(fields: Seq[QueryField]): Seq[AggregateExpr[_, _, _]]
  16. def findWindowFunctions(fields: Seq[QueryField]): Seq[WindowFunctionExpr[_, _]]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def initVal(expression: Expression[_]): scala.reflect.api.JavaUniverse.Tree
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def mkReadGroupByFields(query: Query, schema: DatasetSchema, batch: scala.reflect.api.JavaUniverse.TermName, rowNum: scala.reflect.api.JavaUniverse.Tree): Seq[scala.reflect.api.JavaUniverse.Tree]
  22. def mkType(dataType: DataType): scala.reflect.api.JavaUniverse.Tree
  23. def mkType(e: Expression[_]): scala.reflect.api.JavaUniverse.Tree
  24. def mkWriteGroupByFields(query: Query, schema: DatasetSchema, batch: scala.reflect.api.JavaUniverse.TermName, rowNum: scala.reflect.api.JavaUniverse.Tree): Seq[scala.reflect.api.JavaUniverse.Tree]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def ordValName(dt: DataType): scala.reflect.api.JavaUniverse.TermName
  29. implicit val rw: InternalReaderWriter[scala.reflect.api.JavaUniverse.Tree, TypedTree, scala.reflect.api.JavaUniverse.Tree, scala.reflect.api.JavaUniverse.Tree]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. object Classes

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped