Skip to content

Commit

Permalink
scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xinrong-meng committed Feb 6, 2025
1 parent be767cd commit e30f821
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sql/core/src/main/scala/org/apache/spark/sql/TableArg.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ package org.apache.spark.sql

import org.apache.spark.sql.catalyst.expressions.{Ascending, Expression, FunctionTableSubqueryArgumentExpression, SortOrder}

/**
* Represents a table argument, providing methods to specify partitioning, ordering, and
* single-partition constraints when passing a DataFrame as a table argument
* to TVF(Table Valued Function)s.
*
* @since 4.0.0
*/
class TableArg(
private[sql] val expression: FunctionTableSubqueryArgumentExpression,
sparkSession: classic.SparkSession)
Expand Down

0 comments on commit e30f821

Please sign in to comment.