Skip to content

Commit 0f31856

Browse files
committed
One more function documentation.
1 parent 27c1973 commit 0f31856

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ abstract class DataType {
5252
case _ => false
5353
}
5454

55-
/** The default size of a value of this data type. */
55+
/**
56+
* The default size of a value of this data type, used internally for size estimation.
57+
*/
5658
def defaultSize: Int
5759

5860
/** Name of the type used in JSON serialization. */

0 commit comments

Comments
 (0)