case class DatasetProfileAggregator(datasetName: String, sessionTimeInMillis: Long, timeColumn: String = null, groupByColumns: Seq[String] = Seq(), model: ModelProfileSession = null, sessionId: String = UUID.randomUUID().toString) extends sql.expressions.Aggregator[Row, DatasetProfile, Array[Byte]] with Serializable with Product
A dataset aggregator. It aggregates Row into DatasetProfile objects underneath the hood.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatasetProfileAggregator
- Product
- Equals
- Aggregator
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DatasetProfileAggregator(datasetName: String, sessionTimeInMillis: Long, timeColumn: String = null, groupByColumns: Seq[String] = Seq(), model: ModelProfileSession = null, sessionId: String = UUID.randomUUID().toString)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bufferEncoder: Encoder[DatasetProfile]
- Definition Classes
- DatasetProfileAggregator → Aggregator
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val datasetName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finish(reduction: DatasetProfile): Array[Byte]
- Definition Classes
- DatasetProfileAggregator → Aggregator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val groupByColumns: Seq[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
merge(profile1: DatasetProfile, profile2: DatasetProfile): DatasetProfile
- Definition Classes
- DatasetProfileAggregator → Aggregator
- val model: ModelProfileSession
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
outputEncoder: Encoder[Array[Byte]]
- Definition Classes
- DatasetProfileAggregator → Aggregator
-
def
reduce(profile: DatasetProfile, row: Row): DatasetProfile
- Definition Classes
- DatasetProfileAggregator → Aggregator
- val sessionId: String
- val sessionTimeInMillis: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeColumn: String
-
def
toColumn: TypedColumn[Row, Array[Byte]]
- Definition Classes
- Aggregator
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
zero: DatasetProfile
- Definition Classes
- DatasetProfileAggregator → Aggregator
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.