TextColumnType

lamp.table.TextColumnType
final case class TextColumnType(maxLength: Int, pad: Long, vocabulary: Option[Map[Char, Long]]) extends ColumnDataType

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Buf = Buffer[Array[Long]]

Value members

Concrete methods

def copyBufferToSTen(buf: Buffer[Array[Long]])(implicit scope: Scope): STen
def parseIntoBuffer(chars: Array[Char], from: Int, to: Int, buffer: Buf): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def tokenize(string: String): Array[Long]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val missing: Array[Long]
val tpeByte: Byte