object CommonGen
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonGen
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avgClassName(dataType: DataType): scala.reflect.api.JavaUniverse.TypeName
- def className(dataType: DataType): String
- def className(classTag: ClassTag[_]): String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def collectExprs[T](expr: Expression[_])(pf: PartialFunction[Expression[_], T]): Seq[T]
- def collectExprs[T](fields: Seq[QueryField])(pf: PartialFunction[Expression[_], T]): Seq[T]
- 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
- def copyGroupByFields(state: State, query: Query, row: scala.reflect.api.JavaUniverse.TermName): State
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findAggregates(fields: Seq[QueryField]): Seq[AggregateExpr[_, _, _]]
- def findWindowFunctions(fields: Seq[QueryField]): Seq[WindowFunctionExpr[_, _]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def initVal(expression: Expression[_]): scala.reflect.api.JavaUniverse.Tree
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkReadGroupByFields(query: Query, schema: DatasetSchema, batch: scala.reflect.api.JavaUniverse.TermName, rowNum: scala.reflect.api.JavaUniverse.Tree): Seq[scala.reflect.api.JavaUniverse.Tree]
- def mkType(dataType: DataType): scala.reflect.api.JavaUniverse.Tree
- def mkType(e: Expression[_]): scala.reflect.api.JavaUniverse.Tree
- def mkWriteGroupByFields(query: Query, schema: DatasetSchema, batch: scala.reflect.api.JavaUniverse.TermName, rowNum: scala.reflect.api.JavaUniverse.Tree): Seq[scala.reflect.api.JavaUniverse.Tree]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def ordValName(dt: DataType): scala.reflect.api.JavaUniverse.TermName
- implicit val rw: InternalReaderWriter[scala.reflect.api.JavaUniverse.Tree, TypedTree, scala.reflect.api.JavaUniverse.Tree, scala.reflect.api.JavaUniverse.Tree]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Classes
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)