Packages

class CountExprCodeGen extends SimpleAggExprCodeGen[CountExpr[_]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CountExprCodeGen
  2. SimpleAggExprCodeGen
  3. AggregateExpressionCodeGen
  4. ExpressionCodeGen
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CountExprCodeGen(expression: CountExpr[_])

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def combineTree(accValueA: ValueDeclaration, accValueB: ValueDeclaration): scala.reflect.api.JavaUniverse.Tree
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. val expression: CountExpr[_]
    Definition Classes
    CountExprCodeGenExpressionCodeGen
  10. def foldTree(accValue: ValueDeclaration, innerExprValue: ValueDeclaration): scala.reflect.api.JavaUniverse.Tree
  11. def generateCombineCode(state: State, accRowA: scala.reflect.api.JavaUniverse.TermName, accRowB: scala.reflect.api.JavaUniverse.TermName): CodeGenResult
  12. def generateEvalCode(state: State, row: scala.reflect.api.JavaUniverse.TermName): CodeGenResult
  13. def generateFoldCode(state: State, accRow: scala.reflect.api.JavaUniverse.TermName, row: scala.reflect.api.JavaUniverse.TermName): CodeGenResult
  14. def generatePostCombineCode(state: State, acc: scala.reflect.api.JavaUniverse.TermName): CodeGenResult
  15. def generateZeroCode(state: State, acc: scala.reflect.api.JavaUniverse.TermName, row: scala.reflect.api.JavaUniverse.TermName): CodeGenResult
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def globalDeclarations(): Seq[Decl]
    Definition Classes
    SimpleAggExprCodeGen
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def zeroTree(innerExprValue: ValueDeclaration): scala.reflect.api.JavaUniverse.Tree

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 SimpleAggExprCodeGen[CountExpr[_]]

Inherited from ExpressionCodeGen[CountExpr[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped