Struct.scala 304 Bytes
Newer Older
wang-jinfeng committed
1 2 3 4 5 6 7 8 9 10 11
package mobvista.dmp.clickhouse.feature

/**
  * @package: com.mobvista.dataplatform.clickhouse.entity
  * @author: wangjf
  * @date: 2019-07-22
  * @time: 16:47
  * @email: jinfeng.wang@mobvista.com
  * @phone: 152-1062-7698
  */
case class Struct(tag: String, cnt: String) extends java.io.Serializable