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