Class

ai.chronon.online

GroupByServingInfoParsed

Related Doc: package online

Permalink

class GroupByServingInfoParsed extends GroupByServingInfo with Serializable

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

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val MutationAvroColumns: Seq[String]

    Permalink
  5. val MutationAvroFields: Seq[StructField]

    Permalink
  6. lazy val aggregator: SawtoothOnlineAggregator

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val baseValueChrononSchema: StructType

    Permalink
  9. lazy val batchEndTsMillis: Long

    Permalink
  10. def clear(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo → TBase
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  12. def compareTo(arg0: GroupByServingInfo): Int

    Permalink
    Definition Classes
    GroupByServingInfo → Comparable
  13. def deepCopy(): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo → TBase
  14. lazy val deriveFunc: DerivationFunc

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: GroupByServingInfo): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo → AnyRef → Any
  18. def fieldForId(arg0: Int): _Fields

    Permalink
    Definition Classes
    GroupByServingInfo → TBase
  19. def getBatchEndDate(): String

    Permalink
    Definition Classes
    GroupByServingInfo
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  21. def getDateFormat(): String

    Permalink
    Definition Classes
    GroupByServingInfo
  22. def getFieldValue(arg0: _Fields): AnyRef

    Permalink
    Definition Classes
    GroupByServingInfo → TBase
  23. def getGroupBy(): GroupBy

    Permalink
    Definition Classes
    GroupByServingInfo
  24. def getInputAvroSchema(): String

    Permalink
    Definition Classes
    GroupByServingInfo
  25. def getKeyAvroSchema(): String

    Permalink
    Definition Classes
    GroupByServingInfo
  26. def getSelectedAvroSchema(): String

    Permalink
    Definition Classes
    GroupByServingInfo
  27. lazy val groupByOps: GroupByOps

    Permalink
  28. val groupByServingInfo: GroupByServingInfo

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    GroupByServingInfo → AnyRef → Any
  30. def inputChrononSchema: StructType

    Permalink
  31. lazy val irAvroSchema: String

    Permalink
  32. lazy val irChrononSchema: StructType

    Permalink
  33. def irCodec: AvroCodec

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isSet(arg0: _Fields): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo → TBase
  36. def isSetBatchEndDate(): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  37. def isSetDateFormat(): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  38. def isSetGroupBy(): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  39. def isSetInputAvroSchema(): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  40. def isSetKeyAvroSchema(): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  41. def isSetSelectedAvroSchema(): Boolean

    Permalink
    Definition Classes
    GroupByServingInfo
  42. lazy val isTilingEnabled: Boolean

    Permalink
  43. lazy val keyChrononSchema: StructType

    Permalink
  44. def keyCodec: AvroCodec

    Permalink
  45. def mutationChrononSchema: StructType

    Permalink
  46. def mutationValueAvroCodec: AvroCodec

    Permalink
  47. lazy val mutationValueAvroSchema: String

    Permalink
  48. def mutationValueChrononSchema: StructType

    Permalink
  49. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  50. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  51. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  52. lazy val outputAvroSchema: String

    Permalink
  53. def outputChrononSchema: StructType

    Permalink
  54. def outputCodec: AvroCodec

    Permalink
  55. def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    GroupByServingInfo → TSerializable
    Annotations
    @throws( ... )
  56. lazy val responseChrononSchema: StructType

    Permalink

    Schema of the value map returned by FetcherBase.fetchGroupBys: the derived schema when the groupBy declares derivations, otherwise the base value schema.

    Schema of the value map returned by FetcherBase.fetchGroupBys: the derived schema when the groupBy declares derivations, otherwise the base value schema. Cached because resolving derived fields can involve Catalyst, which is far too expensive to redo per request.

  57. def selectedChrononSchema: StructType

    Permalink
  58. def selectedCodec: AvroCodec

    Permalink
  59. def setBatchEndDate(arg0: String): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo
  60. def setBatchEndDateIsSet(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  61. def setDateFormat(arg0: String): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo
  62. def setDateFormatIsSet(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  63. def setFieldValue(arg0: _Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    GroupByServingInfo → TBase
  64. def setGroupBy(arg0: GroupBy): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo
  65. def setGroupByIsSet(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  66. def setInputAvroSchema(arg0: String): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo
  67. def setInputAvroSchemaIsSet(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  68. def setKeyAvroSchema(arg0: String): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo
  69. def setKeyAvroSchemaIsSet(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  70. def setSelectedAvroSchema(arg0: String): GroupByServingInfo

    Permalink
    Definition Classes
    GroupByServingInfo
  71. def setSelectedAvroSchemaIsSet(arg0: Boolean): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  72. def streamChrononSchema: StructType

    Permalink
  73. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  74. lazy val tiledCodec: TileCodec

    Permalink
  75. def toString(): String

    Permalink
    Definition Classes
    GroupByServingInfo → AnyRef → Any
  76. def unsetBatchEndDate(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  77. def unsetDateFormat(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  78. def unsetGroupBy(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  79. def unsetInputAvroSchema(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  80. def unsetKeyAvroSchema(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  81. def unsetSelectedAvroSchema(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
  82. def validate(): Unit

    Permalink
    Definition Classes
    GroupByServingInfo
    Annotations
    @throws( ... )
  83. def valueAvroCodec: AvroCodec

    Permalink
  84. lazy val valueAvroSchema: String

    Permalink
  85. lazy val valueChrononSchema: StructType

    Permalink
  86. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. def write(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    GroupByServingInfo → TSerializable
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

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