All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ebiznext.comet.schema.model.CometStructField.scala Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
package com.ebiznext.comet.schema.model

import org.apache.spark.sql.types.{DataType, StructField}

trait CometDataType

case class CometSimpleType(simpleType: DataType, attribute: Attribute, tpe: Type)
    extends CometDataType

case class CometStructField(sparkField: StructField, attribute: Attribute, tpe: Type)
    extends CometDataType

case class CometStructType(fields: Array[CometStructField]) extends CometDataType

case class CometArrayType(fields: CometStructType) extends CometDataType




© 2015 - 2024 Weber Informatics LLC | Privacy Policy