lamp.table.io.schemas
package lamp.table.io.schemas
Members list
Type members
Classlikes
case object BooleanColumnType extends ColumnDataTypeDescriptor
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ColumnDataTypeDescriptorclass Objecttrait Matchableclass AnyShow all
- Self type
-
BooleanColumnType.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BooleanColumnType.typeobject DateTimeColumnType.typeobject F32ColumnType.typeobject F64ColumnType.typeobject I64ColumnType.typeclass TextColumnTypeShow all
case object DateTimeColumnType extends ColumnDataTypeDescriptor
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ColumnDataTypeDescriptorclass Objecttrait Matchableclass AnyShow all
- Self type
-
DateTimeColumnType.type
case object F32ColumnType extends ColumnDataTypeDescriptor
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ColumnDataTypeDescriptorclass Objecttrait Matchableclass AnyShow all
- Self type
-
F32ColumnType.type
case object F64ColumnType extends ColumnDataTypeDescriptor
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ColumnDataTypeDescriptorclass Objecttrait Matchableclass AnyShow all
- Self type
-
F64ColumnType.type
case object I64ColumnType extends ColumnDataTypeDescriptor
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ColumnDataTypeDescriptorclass Objecttrait Matchableclass AnyShow all
- Self type
-
I64ColumnType.type
case class TableDescriptor(columnTypes: List[ColumnDataTypeDescriptor], columnNames: List[String], columnValues: TensorList)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TableDescriptor
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TableDescriptor.type
case class TextColumnType(maxLength: Int, pad: Long, vocabulary: Option[Map[Char, Long]]) extends ColumnDataTypeDescriptor
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ColumnDataTypeDescriptorclass Objecttrait Matchableclass AnyShow all
In this article