Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1307,8 +1307,12 @@ class JoinedDataQuanta[Out0: ClassTag, Out1: ClassTag]
}

/**
* TODO: add the documentation to the object org.apache.wayang.api.DataQuanta
* labels: documentation,todo
* Companion object for [[DataQuanta]].
*
* Provides factory methods to create [[DataQuanta]] instances directly
* from [[OutputSlot]]s. This is particularly useful when integrating
* custom operators into a [[WayangPlan]], including the DataFrame API
* where DataQuanta[Row] forms the foundation of tabular data processing.
*/
object DataQuanta {

Expand Down