c

ai.chronon.online

GroupByServingInfoParsed

class GroupByServingInfoParsed extends GroupByServingInfo with Serializable

Linear Supertypes
GroupByServingInfo, Cloneable, TBase[GroupByServingInfo, _Fields], Serializable, TSerializable, Comparable[GroupByServingInfo], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GroupByServingInfoParsed
  2. GroupByServingInfo
  3. Cloneable
  4. TBase
  5. Serializable
  6. TSerializable
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GroupByServingInfoParsed(groupByServingInfo: GroupByServingInfo, partitionSpec: PartitionSpec)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val MutationAvroColumns: Seq[String]
  5. val MutationAvroFields: Seq[StructField]
  6. lazy val aggregator: SawtoothOnlineAggregator
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. lazy val batchEndTsMillis: Long
  9. def clear(): Unit
    Definition Classes
    GroupByServingInfo → TBase
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compareTo(arg0: GroupByServingInfo): Int
    Definition Classes
    GroupByServingInfo → Comparable
  12. def deepCopy(): GroupByServingInfo
    Definition Classes
    GroupByServingInfo → TBase
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: GroupByServingInfo): Boolean
    Definition Classes
    GroupByServingInfo
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    GroupByServingInfo → AnyRef → Any
  16. def fieldForId(arg0: Int): _Fields
    Definition Classes
    GroupByServingInfo → TBase
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def getBatchEndDate(): String
    Definition Classes
    GroupByServingInfo
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getDateFormat(): String
    Definition Classes
    GroupByServingInfo
  21. def getFieldValue(arg0: _Fields): AnyRef
    Definition Classes
    GroupByServingInfo → TBase
  22. def getGroupBy(): GroupBy
    Definition Classes
    GroupByServingInfo
  23. def getInputAvroSchema(): String
    Definition Classes
    GroupByServingInfo
  24. def getKeyAvroSchema(): String
    Definition Classes
    GroupByServingInfo
  25. def getSelectedAvroSchema(): String
    Definition Classes
    GroupByServingInfo
  26. lazy val groupByOps: GroupByOps
  27. val groupByServingInfo: GroupByServingInfo
  28. def hashCode(): Int
    Definition Classes
    GroupByServingInfo → AnyRef → Any
  29. def inputChrononSchema: StructType
  30. lazy val irAvroSchema: String
  31. lazy val irChrononSchema: StructType
  32. def irCodec: AvroCodec
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isSet(arg0: _Fields): Boolean
    Definition Classes
    GroupByServingInfo → TBase
  35. def isSetBatchEndDate(): Boolean
    Definition Classes
    GroupByServingInfo
  36. def isSetDateFormat(): Boolean
    Definition Classes
    GroupByServingInfo
  37. def isSetGroupBy(): Boolean
    Definition Classes
    GroupByServingInfo
  38. def isSetInputAvroSchema(): Boolean
    Definition Classes
    GroupByServingInfo
  39. def isSetKeyAvroSchema(): Boolean
    Definition Classes
    GroupByServingInfo
  40. def isSetSelectedAvroSchema(): Boolean
    Definition Classes
    GroupByServingInfo
  41. lazy val isTilingEnabled: Boolean
  42. lazy val keyChrononSchema: StructType
    Annotations
    @transient()
  43. def keyCodec: AvroCodec
  44. def mutationChrononSchema: StructType
  45. def mutationValueAvroCodec: AvroCodec
  46. lazy val mutationValueAvroSchema: String
  47. def mutationValueChrononSchema: StructType
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. lazy val outputAvroSchema: String
  52. def outputChrononSchema: StructType
  53. def outputCodec: AvroCodec
  54. def read(arg0: TProtocol): Unit
    Definition Classes
    GroupByServingInfo → TSerializable
    Annotations
    @throws(classOf[org.apache.thrift.TException])
  55. def selectedChrononSchema: StructType
  56. def selectedCodec: AvroCodec
  57. def setBatchEndDate(arg0: String): GroupByServingInfo
    Definition Classes
    GroupByServingInfo
  58. def setBatchEndDateIsSet(arg0: Boolean): Unit
    Definition Classes
    GroupByServingInfo
  59. def setDateFormat(arg0: String): GroupByServingInfo
    Definition Classes
    GroupByServingInfo
  60. def setDateFormatIsSet(arg0: Boolean): Unit
    Definition Classes
    GroupByServingInfo
  61. def setFieldValue(arg0: _Fields, arg1: AnyRef): Unit
    Definition Classes
    GroupByServingInfo → TBase
  62. def setGroupBy(arg0: GroupBy): GroupByServingInfo
    Definition Classes
    GroupByServingInfo
  63. def setGroupByIsSet(arg0: Boolean): Unit
    Definition Classes
    GroupByServingInfo
  64. def setInputAvroSchema(arg0: String): GroupByServingInfo
    Definition Classes
    GroupByServingInfo
  65. def setInputAvroSchemaIsSet(arg0: Boolean): Unit
    Definition Classes
    GroupByServingInfo
  66. def setKeyAvroSchema(arg0: String): GroupByServingInfo
    Definition Classes
    GroupByServingInfo
  67. def setKeyAvroSchemaIsSet(arg0: Boolean): Unit
    Definition Classes
    GroupByServingInfo
  68. def setSelectedAvroSchema(arg0: String): GroupByServingInfo
    Definition Classes
    GroupByServingInfo
  69. def setSelectedAvroSchemaIsSet(arg0: Boolean): Unit
    Definition Classes
    GroupByServingInfo
  70. def streamChrononSchema: StructType
  71. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  72. lazy val tiledCodec: TileCodec
  73. def toString(): String
    Definition Classes
    GroupByServingInfo → AnyRef → Any
  74. def unsetBatchEndDate(): Unit
    Definition Classes
    GroupByServingInfo
  75. def unsetDateFormat(): Unit
    Definition Classes
    GroupByServingInfo
  76. def unsetGroupBy(): Unit
    Definition Classes
    GroupByServingInfo
  77. def unsetInputAvroSchema(): Unit
    Definition Classes
    GroupByServingInfo
  78. def unsetKeyAvroSchema(): Unit
    Definition Classes
    GroupByServingInfo
  79. def unsetSelectedAvroSchema(): Unit
    Definition Classes
    GroupByServingInfo
  80. def validate(): Unit
    Definition Classes
    GroupByServingInfo
    Annotations
    @throws(classOf[org.apache.thrift.TException])
  81. def valueAvroCodec: AvroCodec
  82. lazy val valueAvroSchema: String
  83. lazy val valueChrononSchema: StructType
  84. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  85. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  86. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  87. def write(arg0: TProtocol): Unit
    Definition Classes
    GroupByServingInfo → TSerializable
    Annotations
    @throws(classOf[org.apache.thrift.TException])

Inherited from GroupByServingInfo

Inherited from Cloneable

Inherited from TBase[GroupByServingInfo, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[GroupByServingInfo]

Inherited from AnyRef

Inherited from Any

Ungrouped