Class/Object

it.agilelab.bigdata.wasp.consumers.spark.utils

EncodeUsingAvro

Related Docs: object EncodeUsingAvro | package utils

Permalink

case class EncodeUsingAvro[A](child: Expression, schema: String, avroSchemaManager: () ⇒ AvroSchemaManager, toGenericRecord: (A) ⇒ GenericRecord) extends UnaryExpression with NonSQLExpression with Product with Serializable

Linear Supertypes
Serializable, Serializable, NonSQLExpression, UnaryExpression, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EncodeUsingAvro
  2. Serializable
  3. Serializable
  4. NonSQLExpression
  5. UnaryExpression
  6. Expression
  7. TreeNode
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EncodeUsingAvro(child: Expression, schema: String, avroSchemaManager: () ⇒ AvroSchemaManager, toGenericRecord: (A) ⇒ GenericRecord)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  5. def argString(maxFields: Int): String

    Permalink
    Definition Classes
    TreeNode
  6. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val avroSchemaManager: () ⇒ AvroSchemaManager

    Permalink
  9. lazy val canonicalized: Expression

    Permalink
    Definition Classes
    Expression
  10. def checkInputDataTypes(): TypeCheckResult

    Permalink
    Definition Classes
    Expression
  11. val child: Expression

    Permalink
    Definition Classes
    EncodeUsingAvro → UnaryExpression
  12. final def children: Seq[Expression]

    Permalink
    Definition Classes
    UnaryExpression → TreeNode
  13. def childrenResolved: Boolean

    Permalink
    Definition Classes
    Expression
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. def collect[B](pf: PartialFunction[Expression, B]): Seq[B]

    Permalink
    Definition Classes
    TreeNode
  16. def collectFirst[B](pf: PartialFunction[Expression, B]): Option[B]

    Permalink
    Definition Classes
    TreeNode
  17. def collectLeaves(): Seq[Expression]

    Permalink
    Definition Classes
    TreeNode
  18. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  19. def dataType: DataType

    Permalink
    Definition Classes
    EncodeUsingAvro → Expression
  20. def defineCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String) ⇒ String): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryExpression
  21. lazy val deterministic: Boolean

    Permalink
    Definition Classes
    Expression
  22. def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    EncodeUsingAvro → Expression
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    UnaryExpression → Expression
  25. def fastEquals(other: TreeNode[_]): Boolean

    Permalink
    Definition Classes
    TreeNode
  26. def find(f: (Expression) ⇒ Boolean): Option[Expression]

    Permalink
    Definition Classes
    TreeNode
  27. def flatArguments: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Expression
  28. def flatMap[A](f: (Expression) ⇒ TraversableOnce[A]): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  29. def foldable: Boolean

    Permalink
    Definition Classes
    UnaryExpression → Expression
  30. def foreach(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  31. def foreachUp(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  32. def genCode(ctx: CodegenContext): ExprCode

    Permalink
    Definition Classes
    Expression
  33. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], append: (String) ⇒ Unit, verbose: Boolean, prefix: String, addSuffix: Boolean, maxFields: Int): Unit

    Permalink
    Definition Classes
    TreeNode
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  35. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  36. def innerChildren: Seq[TreeNode[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  39. def makeCopy(newArgs: Array[AnyRef]): Expression

    Permalink
    Definition Classes
    TreeNode
  40. def map[A](f: (Expression) ⇒ A): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  41. def mapChildren(f: (Expression) ⇒ Expression): Expression

    Permalink
    Definition Classes
    TreeNode
  42. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  47. def nullSafeCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String) ⇒ String): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryExpression
  48. def nullSafeEval(input: Any): Any

    Permalink
    Attributes
    protected
    Definition Classes
    EncodeUsingAvro → UnaryExpression
  49. def nullable: Boolean

    Permalink
    Definition Classes
    UnaryExpression → Expression
  50. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  51. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  52. def otherCopyArgs: Seq[AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  53. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  54. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  55. def prettyName: String

    Permalink
    Definition Classes
    Expression
  56. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  57. lazy val resolved: Boolean

    Permalink
    Definition Classes
    Expression
  58. val schema: String

    Permalink
  59. def semanticEquals(other: Expression): Boolean

    Permalink
    Definition Classes
    Expression
  60. def semanticHash(): Int

    Permalink
    Definition Classes
    Expression
  61. def simpleString(maxFields: Int): String

    Permalink
    Definition Classes
    Expression → TreeNode
  62. final def sql: String

    Permalink
    Definition Classes
    NonSQLExpression → Expression
  63. def stringArgs: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. val toGenericRecord: (A) ⇒ GenericRecord

    Permalink
  66. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  67. def toString(): String

    Permalink
    Definition Classes
    Expression → TreeNode → AnyRef → Any
  68. def transform(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  69. def transformDown(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  70. def transformUp(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  71. def treeString(append: (String) ⇒ Unit, verbose: Boolean, addSuffix: Boolean, maxFields: Int): Unit

    Permalink
    Definition Classes
    TreeNode
  72. def treeString(verbose: Boolean, addSuffix: Boolean, maxFields: Int): String

    Permalink
    Definition Classes
    TreeNode
  73. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  74. final def verboseString(maxFields: Int): String

    Permalink
    Definition Classes
    Expression → TreeNode
  75. def verboseStringWithSuffix(maxFields: Int): String

    Permalink
    Definition Classes
    TreeNode
  76. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from NonSQLExpression

Inherited from UnaryExpression

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped