We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c1973 commit 0f31856Copy full SHA for 0f31856
sql/catalyst/src/main/scala/org/apache/spark/sql/types/DataType.scala
@@ -52,7 +52,9 @@ abstract class DataType {
52
case _ => false
53
}
54
55
- /** The default size of a value of this data type. */
+ /**
56
+ * The default size of a value of this data type, used internally for size estimation.
57
+ */
58
def defaultSize: Int
59
60
/** Name of the type used in JSON serialization. */
0 commit comments