Class

org.apache.spark.sql.execution.columnar

CachedBatchCreator

Related Doc: package columnar

Permalink

final class CachedBatchCreator extends CompactExecRowToMutableRow

Linear Supertypes
CompactExecRowToMutableRow, ResultNullHolder, ResultWasNull, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CachedBatchCreator
  2. CompactExecRowToMutableRow
  3. ResultNullHolder
  4. ResultWasNull
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CachedBatchCreator(tableName: String, userTableName: String, schema: StructType, externalStore: ExternalStore, columnBatchSize: Int, useCompression: Boolean)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val columnBatchSize: Int

    Permalink
  7. def createAndStoreBatch(sc: ScanController, row: AbstractCompactExecRow, batchID: UUID, bucketID: Int): HashSet[AnyRef]

    Permalink
  8. final def createInternalRow(execRow: AbstractCompactExecRow, mutableRow: SpecificMutableRow): InternalRow

    Permalink
    Attributes
    protected
    Definition Classes
    CompactExecRowToMutableRow
  9. final val dataTypes: ArrayBuffer[DataType]

    Permalink
    Attributes
    protected
    Definition Classes
    CompactExecRowToMutableRow
  10. final val defaultCal: GregorianCalendar

    Permalink
    Definition Classes
    ResultNullHolder
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. val externalStore: ExternalStore

    Permalink
  14. final val fieldTypes: Array[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    CompactExecRowToMutableRow
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val schema: StructType

    Permalink
  23. final def setWasNull(): Unit

    Permalink
    Definition Classes
    ResultNullHolder → ResultWasNull
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. val tableName: String

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. val useCompression: Boolean

    Permalink
  28. val userTableName: String

    Permalink
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final var wasNull: Boolean

    Permalink
    Definition Classes
    ResultNullHolder
  33. final def wasNullAndClear(): Boolean

    Permalink
    Definition Classes
    ResultNullHolder

Inherited from ResultNullHolder

Inherited from ResultWasNull

Inherited from AnyRef

Inherited from Any

Ungrouped