com.outworkers.phantom.macros

RootMacro

trait RootMacro extends HListHelpers with WhiteboxToolbelt

Linear Supertypes
WhiteboxToolbelt, HListHelpers, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RootMacro
  2. WhiteboxToolbelt
  3. HListHelpers
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FieldOps extends AnyRef

  2. implicit class ListMapOps[K, V, M[X] <: Traversable[X]] extends AnyRef

  3. case class MatchedField(left: Field, right: Field) extends RecordMatch with Product with Serializable

  4. trait RecordMatch extends AnyRef

  5. trait RootField extends AnyRef

  6. case class TableDescriptor(tableTpe: scala.reflect.macros.Universe.Type, recordType: scala.reflect.macros.Universe.Type, members: Seq[Field], matches: Seq[RecordMatch] = immutable.this.Nil) extends Product with Serializable

  7. case class Unmatched(field: Field, reason: String = "") extends RecordMatch with Product with Serializable

Abstract Value Members

  1. abstract val c: Context

    Definition Classes
    RootMacro → WhiteboxToolbelt → HListHelpers

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Column

  7. object Record

  8. object TableDescriptor extends Serializable

  9. def abort(msg: String): Nothing

    Definition Classes
    WhiteboxToolbelt
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val builder: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  12. val builderPkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  13. def caseFields(tpe: scala.reflect.macros.Universe.Type): Seq[(scala.reflect.macros.Universe.Name, scala.reflect.macros.Universe.Type)]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val colSymbol: Symbol

  16. val colType: scala.reflect.macros.Universe.ExistentialTypeTree

    Attributes
    protected[this]
  17. val collections: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  18. def devarargify(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Definition Classes
    HListHelpers
  19. def echo(msg: String): Unit

    Definition Classes
    WhiteboxToolbelt
  20. val enginePkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  23. def error(msg: String): Unit

    Definition Classes
    WhiteboxToolbelt
  24. def extractColumnMembers(table: scala.reflect.macros.Universe.Type, columns: List[Symbol]): List[Field]

  25. def extractRecordMembers(tpe: scala.reflect.macros.Universe.Type): Seq[Field]

    A "generic" type extractor that's meant to produce a list of fields from a record type.

    A "generic" type extractor that's meant to produce a list of fields from a record type. We support a narrow domain of types for automated generation, currently including: - Case classes - Tuples

    To achieve this, we simply have specific ways of extracting the types from the underlying records, and producing a Record.Field for each of the members in the product type,

    tpe

    The underlying record type that was passed as the second argument to a Cassandra table.

    returns

    An iterable of fields, each containing a TermName and a Type that describe a record member.

  26. def filterColumns(columns: Seq[scala.reflect.macros.Universe.Type], filter: scala.reflect.macros.Universe.Type): Seq[scala.reflect.macros.Universe.Type]

  27. def filterColumns[Filter](columns: Seq[scala.reflect.macros.Universe.Type])(implicit arg0: scala.reflect.macros.Universe.TypeTag[Filter]): Seq[scala.reflect.macros.Universe.Type]

  28. def filterMembers[T, Filter](exclusions: (Symbol) ⇒ Option[Symbol] = s: Symbol => Some(s))(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T], arg1: scala.reflect.macros.Universe.TypeTag[Filter]): Seq[Symbol]

  29. def filterMembers[Filter](tpe: scala.reflect.macros.Universe.Type, exclusions: (Symbol) ⇒ Option[Symbol])(implicit arg0: scala.reflect.macros.Universe.TypeTag[Filter]): Seq[Symbol]

  30. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. val fromRowName: scala.reflect.macros.Universe.TermName

  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def hconsTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
    Definition Classes
    HListHelpers
  35. def hlistTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
    Definition Classes
    HListHelpers
  36. def hnilTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
    Definition Classes
    HListHelpers
  37. def info(msg: String, force: Boolean = false): Unit

    Definition Classes
    WhiteboxToolbelt
  38. val inputTerm: macrocompat.CompatContext.TermName

    Attributes
    protected[this]
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def isVararg(tpe: scala.reflect.macros.Universe.Type): Boolean

    Definition Classes
    HListHelpers
  41. val keyspaceType: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  42. val knownList: List[String]

  43. val macroPkg: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  44. def memoize[A, B](cache: Cache)(a: A, f: (A) ⇒ B): B

    Definition Classes
    WhiteboxToolbelt
  45. def mkCompoundTpe(nil: scala.reflect.macros.Universe.Type, cons: scala.reflect.macros.Universe.Type, items: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type

    Definition Classes
    HListHelpers
  46. def mkHListType(col: List[scala.reflect.macros.Universe.Type]): scala.reflect.macros.Universe.Type

    Definition Classes
    HListHelpers
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. val notImplemented: Symbol

  49. val notImplementedName: scala.reflect.macros.Universe.TermName

  50. val nothingTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
  51. final def notify(): Unit

    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  53. def prefix(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type

    Definition Classes
    HListHelpers
  54. def printType(tpe: scala.reflect.macros.Universe.Type): String

    Definition Classes
    HListHelpers
  55. val rootConn: Symbol

  56. val rowTerm: macrocompat.CompatContext.TermName

    Attributes
    protected[this]
  57. val rowType: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  58. val sasiIndexTpe: scala.reflect.macros.Universe.Type

    Attributes
    protected[this]
  59. val selectTable: Symbol

  60. lazy val showAborts: Boolean

    Definition Classes
    WhiteboxToolbelt
  61. lazy val showCache: Boolean

    Definition Classes
    WhiteboxToolbelt
  62. def showCollection[M[X] <: TraversableOnce[X]](traversable: M[scala.reflect.macros.Universe.Type], sep: String = ", "): String

    Definition Classes
    HListHelpers
  63. def showHList(tpe: scala.reflect.macros.Universe.Type): String

    Definition Classes
    HListHelpers
  64. lazy val showLogs: Boolean

    Definition Classes
    WhiteboxToolbelt
  65. lazy val showTrees: Boolean

    Definition Classes
    WhiteboxToolbelt
  66. val strTpe: scala.reflect.macros.Universe.Select

    Attributes
    protected[this]
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. val tableSym: Symbol

  69. val tableTerm: macrocompat.CompatContext.TermName

    Attributes
    protected[this]
  70. def toString(): String

    Definition Classes
    AnyRef → Any
  71. def tupleTerm(index: Int, aug: Int = 1): scala.reflect.macros.Universe.TermName

  72. def unpackHListTpe(tpe: scala.reflect.macros.Universe.Type): List[scala.reflect.macros.Universe.Type]

    Definition Classes
    HListHelpers
  73. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def warning(msg: String): Unit

    Definition Classes
    WhiteboxToolbelt

Inherited from WhiteboxToolbelt

Inherited from HListHelpers

Inherited from AnyRef

Inherited from Any

Ungrouped