Skip to content

Commit 44869d2

Browse files
authored
Simplify documentation for DataQuanta companion object
Removed redundant explanation about DataQuanta creation.
1 parent 815fe91 commit 44869d2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api

wayang-api/wayang-api-scala-java/src/main/scala/org/apache/wayang/api/DataQuanta.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,9 +1310,7 @@ class JoinedDataQuanta[Out0: ClassTag, Out1: ClassTag]
13101310
* Companion object for [[DataQuanta]].
13111311
*
13121312
* Provides factory methods to create [[DataQuanta]] instances directly
1313-
* from [[OutputSlot]]s. This is particularly useful when integrating
1314-
* custom operators into a [[WayangPlan]], including the DataFrame API
1315-
* where DataQuanta[Row] forms the foundation of tabular data processing.
1313+
* from [[OutputSlot]]s.
13161314
*/
13171315
object DataQuanta {
13181316

0 commit comments

Comments
 (0)