Packages

case class AllColumns(qualifier: Option[QName], columns: Option[Seq[Attribute]], nodeLocation: Option[NodeLocation]) extends Attribute with LogSupport with Product with Serializable

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Attribute, LeafExpression, Expression, Product, Equals, TreeNode[Expression], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllColumns
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Attribute
  7. LeafExpression
  8. Expression
  9. Product
  10. Equals
  11. TreeNode
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AllColumns(qualifier: Option[QName], columns: Option[Seq[Attribute]], nodeLocation: Option[NodeLocation])

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 attributeName: String

    Column name without qualifier

    Column name without qualifier

    Definition Classes
    AttributeExpression
  6. def children: Seq[Expression]
    Definition Classes
    AllColumnsLeafExpressionTreeNode
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def collectExpressions(cond: PartialFunction[Expression, Boolean]): List[Expression]
    Definition Classes
    Expression
  9. def collectSubExpressions: List[Expression]
    Definition Classes
    Expression
  10. val columns: Option[Seq[Attribute]]
  11. def dataType: DataType
    Definition Classes
    AllColumnsExpression
  12. def dataTypeName: String
    Definition Classes
    Expression
  13. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  17. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  20. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  23. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  24. def matched(columnName: String): Seq[Expression]
  25. def matched(tableName: String, columnName: String): Seq[Expression]
  26. def matchesWith(columnName: String): Boolean
  27. def matchesWith(tableName: String, columnName: String): Boolean
  28. def name: String
    Definition Classes
    AllColumnsAttribute
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val nodeLocation: Option[NodeLocation]

    returns

    the code location in the SQL text if available

    Definition Classes
    AllColumnsTreeNode
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. val qualifier: Option[QName]
  35. lazy val resolved: Boolean
    Definition Classes
    AllColumnsExpression
  36. def resolvedChildren: Boolean
    Definition Classes
    Expression
  37. def resolvedInputs: Boolean
    Definition Classes
    Expression
  38. def sqlExpr: String
    Definition Classes
    Expression
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AllColumns → AnyRef → Any
  41. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  42. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  43. def transformExpression(rule: PartialFunction[Expression, Expression]): Expression

    Recursively transform the expression in breadth-first order

    Recursively transform the expression in breadth-first order

    Definition Classes
    Expression
  44. def transformUpExpression(rule: PartialFunction[Expression, Expression]): Expression

    Recursively transform the expression in depth-first order

    Recursively transform the expression in depth-first order

    Definition Classes
    Expression
  45. def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit
    Definition Classes
    Expression
  46. def typeDescription: String

    * Returns "(name):(type)" of this attribute

    * Returns "(name):(type)" of this attribute

    Definition Classes
    Expression
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  51. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  52. def withQualifier(newQualifier: String): Attribute

    Set an alias for the table or subquery.

    Set an alias for the table or subquery.

    Definition Classes
    AllColumnsAttribute

Deprecated Value Members

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

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Attribute

Inherited from LeafExpression

Inherited from Expression

Inherited from Product

Inherited from Equals

Inherited from TreeNode[Expression]

Inherited from AnyRef

Inherited from Any

Ungrouped