shark.memstore2.column

STRING

object STRING extends ColumnType[Text, Text]

Linear Supertypes
ColumnType[Text, Text], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. STRING
  2. ColumnType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. def actualSize(v: Text): Int

    Return the size of the value.

    Return the size of the value. This is used to calculate the size of variable length types such as byte arrays and strings.

    Definition Classes
    STRINGColumnType
  7. def append(v: Text, buffer: ByteBuffer): Unit

    Append the given value v of type T into the given ByteBuffer.

    Append the given value v of type T into the given ByteBuffer.

    Definition Classes
    STRINGColumnType
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(v: Text): Text

    Create a duplicated copy of the value.

    Create a duplicated copy of the value.

    Definition Classes
    STRINGColumnType
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val defaultSize: Int

    Definition Classes
    ColumnType
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def extract(buffer: ByteBuffer): Text

    Extract a value out of the buffer at the buffer's current position.

    Extract a value out of the buffer at the buffer's current position.

    Definition Classes
    STRINGColumnType
  15. def extractInto(buffer: ByteBuffer, writable: Text): Unit

    Extract a value out of the buffer at the buffer's current position, and put it in the writable object.

    Extract a value out of the buffer at the buffer's current position, and put it in the writable object. This is used as an optimization to reduce the temporary objects created, since the writable object can be reused.

    Definition Classes
    STRINGColumnType
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def get(o: AnyRef, oi: ObjectInspector): Text

    Return the Scala data representation of the given object, using an object inspector.

    Return the Scala data representation of the given object, using an object inspector.

    Definition Classes
    STRINGColumnType
  18. final def getClass(): Class[_]

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

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

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

    Definition Classes
    AnyRef
  22. def newWritable(): Text

    Create a new writable object corresponding to this type.

    Create a new writable object corresponding to this type.

    Definition Classes
    STRINGColumnType
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def scalaTag: ClassTag[Text]

    Scala ClassTag.

    Scala ClassTag. Can be used to create primitive arrays and hash tables.

    Definition Classes
    ColumnType
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. val typeID: Int

    Definition Classes
    ColumnType
  29. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writableScalaTag: ClassTag[Text]

    Scala ClassTag.

    Scala ClassTag. Can be used to create primitive arrays and hash tables.

    Definition Classes
    ColumnType

Inherited from ColumnType[Text, Text]

Inherited from AnyRef

Inherited from Any

Ungrouped