widebase

data

package data

Widebase's data package.

Supported tokenized datatypes for convenience purposes:

'b // widebase.data.Bool
'x // widebase.data.Byte
'c // widebase.data.Char
'd // widebase.data.Double
'f // widebase.data.Float
'i // widebase.data.Int
'l // widebase.data.Long
's // widebase.data.Short

Supported tokenized Joda types for convenience purposes:

'M // widebase.data.Month
'D // widebase.data.Date
'U // widebase.data.Minute
'V // widebase.data.Second
'T // widebase.data.Time
'Z // widebase.data.DateTime
'P // widebase.data.Timestamp

Supported tokenized variable types for convenience purposes:

'Y // widebase.data.Symbol
'S // widebase.data.String
Visibility
  1. Public
  2. All

Value Members

  1. object Datatype extends Enumeration

    Supported types.

  2. object SizeOf extends AnyRef

    Contains size of each supported widebase.data.Datatypes in bytes.

  3. final def by(tokens: String): Array[Datatype]

    Convert a series of tokenized types

    Convert a series of tokenized types

    tokens

    tokenized types

    returns

    array of resolved widebase.data.Datatypes

    Definition Classes
    package
  4. final def by(token: Symbol): Datatype

    Convert a tokenized type

    Convert a tokenized type

    token

    tokenized type

    returns

    resolved widebase.data.Datatype

    Definition Classes
    package
  5. final def sizeOf: widebase.data.SizeOf.type

    Size of each supported widebase.data.Datatypes in bytes.

    Size of each supported widebase.data.Datatypes in bytes.

    Definition Classes
    package