blob: 3b0be66df9ea4af1198b6c360f02c8c1dd35263c [file] [log] [blame]
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Spark 3.4.3 ScalaDoc - org.apache.spark.sql.types.ShortType</title>
<meta name="description" content="Spark 3.4.3 ScalaDoc - org.apache.spark.sql.types.ShortType" />
<meta name="keywords" content="Spark 3.4.3 ScalaDoc org.apache.spark.sql.types.ShortType" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../../../lib/jquery.min.js"></script>
<script type="text/javascript" src="../../../../../lib/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="../../../../../lib/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="../../../../../lib/index.js"></script>
<script type="text/javascript" src="../../../../../index.js"></script>
<script type="text/javascript" src="../../../../../lib/scheduler.js"></script>
<script type="text/javascript" src="../../../../../lib/template.js"></script>
<script type="text/javascript">
/* this variable can be used by the JS to determine the path to the root document */
var toRoot = '../../../../../';
</script>
</head>
<body>
<div id="search">
<span id="doc-title">Spark 3.4.3 ScalaDoc<span id="doc-version"></span></span>
<span class="close-results"><span class="left">&lt;</span> Back</span>
<div id="textfilter">
<span class="input">
<input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" />
<i class="clear material-icons"></i>
<i id="search-icon" class="material-icons"></i>
</span>
</div>
</div>
<div id="search-results">
<div id="search-progress">
<div id="progress-fill"></div>
</div>
<div id="results-content">
<div id="entity-results"></div>
<div id="member-results"></div>
</div>
</div>
<div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;">
<div id="content-container" style="-webkit-overflow-scrolling: touch;">
<div id="subpackage-spacer">
<div id="packages">
<h1>Packages</h1>
<ul>
<li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="_root_"></a><a id="root:_root_"></a>
<span class="permalink">
<a href="../../../../../index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../../index.html"><span class="name">root</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="org"></a><a id="org:org"></a>
<span class="permalink">
<a href="../../../../../org/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../../index.html"><span class="name">org</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../../index.html" class="extype" name="_root_">root</a></dd></dl></div>
</li><li name="org.apache" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="apache"></a><a id="apache:apache"></a>
<span class="permalink">
<a href="../../../../../org/apache/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="" href="../../../index.html"><span class="name">apache</span></a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../../index.html" class="extype" name="org">org</a></dd></dl></div>
</li><li name="org.apache.spark" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="spark"></a><a id="spark:spark"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="Core Spark functionality." href="../../index.html"><span class="name">spark</span></a>
</span>
<p class="shortcomment cmt">Core Spark functionality.</p><div class="fullcomment"><div class="comment cmt"><p>Core Spark functionality. <a href="../../SparkContext.html" class="extype" name="org.apache.spark.SparkContext">org.apache.spark.SparkContext</a> serves as the main entry point to
Spark, while <a href="../../rdd/RDD.html" class="extype" name="org.apache.spark.rdd.RDD">org.apache.spark.rdd.RDD</a> is the data type representing a distributed collection,
and provides most parallel operations.</p><p>In addition, <a href="../../rdd/PairRDDFunctions.html" class="extype" name="org.apache.spark.rdd.PairRDDFunctions">org.apache.spark.rdd.PairRDDFunctions</a> contains operations available only on RDDs
of key-value pairs, such as <code>groupByKey</code> and <code>join</code>; <a href="../../rdd/DoubleRDDFunctions.html" class="extype" name="org.apache.spark.rdd.DoubleRDDFunctions">org.apache.spark.rdd.DoubleRDDFunctions</a>
contains operations available only on RDDs of Doubles; and
<a href="../../rdd/SequenceFileRDDFunctions.html" class="extype" name="org.apache.spark.rdd.SequenceFileRDDFunctions">org.apache.spark.rdd.SequenceFileRDDFunctions</a> contains operations available on RDDs that can
be saved as SequenceFiles. These operations are automatically available on any RDD of the right
type (e.g. RDD[(Int, Int)] through implicit conversions.</p><p>Java programmers should reference the <a href="../../api/java/index.html" class="extype" name="org.apache.spark.api.java">org.apache.spark.api.java</a> package
for Spark programming APIs in Java.</p><p>Classes and methods marked with <span class="experimental badge" style="float: none;">
Experimental</span> are user-facing features which have not been officially adopted by the
Spark project. These are subject to change or removal in minor releases.</p><p>Classes and methods marked with <span class="developer badge" style="float: none;">
Developer API</span> are intended for advanced users want to extend Spark through lower
level interfaces. These are subject to changes or removal in minor releases.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="org.apache">apache</a></dd></dl></div>
</li><li name="org.apache.spark.sql" visbl="pub" class="indented4 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="sql"></a><a id="sql:sql"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="Allows the execution of relational queries, including those expressed in SQL using Spark." href="../index.html"><span class="name">sql</span></a>
</span>
<p class="shortcomment cmt">Allows the execution of relational queries, including those expressed in SQL using Spark.</p><div class="fullcomment"><div class="comment cmt"><p>Allows the execution of relational queries, including those expressed in SQL using Spark.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="org.apache.spark">spark</a></dd></dl></div>
</li><li name="org.apache.spark.sql.types" visbl="pub" class="indented5 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="types"></a><a id="types:types"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/index.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">package</span>
</span>
<span class="symbol">
<a title="Contains a type system for attributes produced by relations, including complex types like structs, arrays and maps." href="index.html"><span class="name">types</span></a>
</span>
<p class="shortcomment cmt">Contains a type system for attributes produced by relations, including complex types like
structs, arrays and maps.</p><div class="fullcomment"><div class="comment cmt"><p>Contains a type system for attributes produced by relations, including complex types like
structs, arrays and maps.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org.apache.spark.sql">sql</a></dd></dl></div>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="object" href="AnyDataType$.html" title="An AbstractDataType that matches any concrete data types."></a>
<a href="AnyDataType$.html" title="An AbstractDataType that matches any concrete data types.">AnyDataType</a>
</li><li class="current-entities indented5">
<a class="object" href="ArrayType$.html" title="Companion object for ArrayType."></a>
<a class="class" href="ArrayType.html" title="The data type for collections of multiple values."></a>
<a href="ArrayType.html" title="The data type for collections of multiple values.">ArrayType</a>
</li><li class="current-entities indented5">
<a class="object" href="AtomicType$.html" title=""></a>
<a class="class" href="AtomicType.html" title="An internal type used to represent everything that is not null, UDTs, arrays, structs, and maps."></a>
<a href="AtomicType.html" title="An internal type used to represent everything that is not null, UDTs, arrays, structs, and maps.">AtomicType</a>
</li><li class="current-entities indented5">
<a class="object" href="BinaryType$.html" title=""></a>
<a class="class" href="BinaryType.html" title="The data type representing Array[Byte] values."></a>
<a href="BinaryType.html" title="The data type representing Array[Byte] values.">BinaryType</a>
</li><li class="current-entities indented5">
<a class="object" href="BooleanType$.html" title=""></a>
<a class="class" href="BooleanType.html" title="The data type representing Boolean values."></a>
<a href="BooleanType.html" title="The data type representing Boolean values.">BooleanType</a>
</li><li class="current-entities indented5">
<a class="object" href="ByteType$.html" title=""></a>
<a class="class" href="ByteType.html" title="The data type representing Byte values."></a>
<a href="ByteType.html" title="The data type representing Byte values.">ByteType</a>
</li><li class="current-entities indented5">
<a class="object" href="CalendarIntervalType$.html" title=""></a>
<a class="class" href="CalendarIntervalType.html" title="The data type representing calendar intervals."></a>
<a href="CalendarIntervalType.html" title="The data type representing calendar intervals.">CalendarIntervalType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="CharType.html" title=""></a>
<a href="CharType.html" title="">CharType</a>
</li><li class="current-entities indented5">
<a class="object" href="DataType$.html" title=""></a>
<a class="class" href="DataType.html" title="The base type of all Spark SQL data types."></a>
<a href="DataType.html" title="The base type of all Spark SQL data types.">DataType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="DataTypes.html" title=""></a>
<a href="DataTypes.html" title="">DataTypes</a>
</li><li class="current-entities indented5">
<a class="object" href="DateType$.html" title="The companion case object and the DateType class is separated so the companion object also subclasses the class."></a>
<a class="class" href="DateType.html" title="The date type represents a valid date in the proleptic Gregorian calendar."></a>
<a href="DateType.html" title="The date type represents a valid date in the proleptic Gregorian calendar.">DateType</a>
</li><li class="current-entities indented5">
<a class="object" href="DayTimeIntervalType$.html" title="Extra factory methods and pattern matchers for DayTimeIntervalType."></a>
<a class="class" href="DayTimeIntervalType.html" title="The type represents day-time intervals of the SQL standard."></a>
<a href="DayTimeIntervalType.html" title="The type represents day-time intervals of the SQL standard.">DayTimeIntervalType</a>
</li><li class="current-entities indented5">
<a class="object" href="Decimal$.html" title=""></a>
<a class="class" href="Decimal.html" title="A mutable implementation of BigDecimal that can hold a Long if values are small enough."></a>
<a href="Decimal.html" title="A mutable implementation of BigDecimal that can hold a Long if values are small enough.">Decimal</a>
</li><li class="current-entities indented5">
<a class="object" href="DecimalType$.html" title="Extra factory methods and pattern matchers for Decimals."></a>
<a class="class" href="DecimalType.html" title="The data type representing java.math.BigDecimal values."></a>
<a href="DecimalType.html" title="The data type representing java.math.BigDecimal values.">DecimalType</a>
</li><li class="current-entities indented5">
<a class="object" href="DoubleType$.html" title=""></a>
<a class="class" href="DoubleType.html" title="The data type representing Double values."></a>
<a href="DoubleType.html" title="The data type representing Double values.">DoubleType</a>
</li><li class="current-entities indented5">
<a class="object" href="FloatType$.html" title=""></a>
<a class="class" href="FloatType.html" title="The data type representing Float values."></a>
<a href="FloatType.html" title="The data type representing Float values.">FloatType</a>
</li><li class="current-entities indented5">
<a class="object" href="IntegerType$.html" title=""></a>
<a class="class" href="IntegerType.html" title="The data type representing Int values."></a>
<a href="IntegerType.html" title="The data type representing Int values.">IntegerType</a>
</li><li class="current-entities indented5">
<a class="object" href="LongType$.html" title=""></a>
<a class="class" href="LongType.html" title="The data type representing Long values."></a>
<a href="LongType.html" title="The data type representing Long values.">LongType</a>
</li><li class="current-entities indented5">
<a class="object" href="MapType$.html" title=""></a>
<a class="class" href="MapType.html" title="The data type for Maps."></a>
<a href="MapType.html" title="The data type for Maps.">MapType</a>
</li><li class="current-entities indented5">
<a class="object" href="Metadata$.html" title=""></a>
<a class="class" href="Metadata.html" title="Metadata is a wrapper over Map[String, Any] that limits the value type to simple ones: Boolean, Long, Double, String, Metadata, Array[Boolean], Array[Long], Array[Double], Array[String], and Array[Metadata]."></a>
<a href="Metadata.html" title="Metadata is a wrapper over Map[String, Any] that limits the value type to simple ones: Boolean, Long, Double, String, Metadata, Array[Boolean], Array[Long], Array[Double], Array[String], and Array[Metadata].">Metadata</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="MetadataBuilder.html" title="Builder for Metadata."></a>
<a href="MetadataBuilder.html" title="Builder for Metadata.">MetadataBuilder</a>
</li><li class="current-entities indented5">
<a class="object" href="NullType$.html" title=""></a>
<a class="class" href="NullType.html" title="The data type representing NULL values."></a>
<a href="NullType.html" title="The data type representing NULL values.">NullType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="NumericType.html" title="Numeric data types."></a>
<a href="NumericType.html" title="Numeric data types.">NumericType</a>
</li><li class="current-entities indented5">
<a class="object" href="ObjectType$.html" title=""></a>
<a class="class" href="ObjectType.html" title="Represents a JVM object that is passing through Spark SQL expression evaluation."></a>
<a href="ObjectType.html" title="Represents a JVM object that is passing through Spark SQL expression evaluation.">ObjectType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="SQLUserDefinedType.html" title=""></a>
<a href="SQLUserDefinedType.html" title="">SQLUserDefinedType</a>
</li><li class="current-entities indented5">
<a class="object" href="" title=""></a>
<a class="class" href="ShortType.html" title="The data type representing Short values."></a>
<a href="ShortType.html" title="The data type representing Short values.">ShortType</a>
</li><li class="current-entities indented5">
<a class="object" href="StringType$.html" title=""></a>
<a class="class" href="StringType.html" title="The data type representing String values."></a>
<a href="StringType.html" title="The data type representing String values.">StringType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="StructField.html" title="A field inside a StructType."></a>
<a href="StructField.html" title="A field inside a StructType.">StructField</a>
</li><li class="current-entities indented5">
<a class="object" href="StructType$.html" title=""></a>
<a class="class" href="StructType.html" title="A StructType object can be constructed by"></a>
<a href="StructType.html" title="A StructType object can be constructed by">StructType</a>
</li><li class="current-entities indented5">
<a class="object" href="TimestampNTZType$.html" title="The companion case object and its class is separated so the companion object also subclasses the TimestampNTZType class."></a>
<a class="class" href="TimestampNTZType.html" title="The timestamp without time zone type represents a local time in microsecond precision, which is independent of time zone."></a>
<a href="TimestampNTZType.html" title="The timestamp without time zone type represents a local time in microsecond precision, which is independent of time zone.">TimestampNTZType</a>
</li><li class="current-entities indented5">
<a class="object" href="TimestampType$.html" title="The companion case object and its class is separated so the companion object also subclasses the TimestampType class."></a>
<a class="class" href="TimestampType.html" title="The timestamp type represents a time instant in microsecond precision."></a>
<a href="TimestampType.html" title="The timestamp type represents a time instant in microsecond precision.">TimestampType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="object" href="UDTRegistration$.html" title="This object keeps the mappings between user classes and their User Defined Types (UDTs)."></a>
<a href="UDTRegistration$.html" title="This object keeps the mappings between user classes and their User Defined Types (UDTs).">UDTRegistration</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="UserDefinedType.html" title="The data type for User Defined Types (UDTs)."></a>
<a href="UserDefinedType.html" title="The data type for User Defined Types (UDTs).">UserDefinedType</a>
</li><li class="current-entities indented5">
<span class="separator"></span>
<a class="class" href="VarcharType.html" title=""></a>
<a href="VarcharType.html" title="">VarcharType</a>
</li><li class="current-entities indented5">
<a class="object" href="YearMonthIntervalType$.html" title="Extra factory methods and pattern matchers for YearMonthIntervalType."></a>
<a class="class" href="YearMonthIntervalType.html" title="The type represents year-month intervals of the SQL standard."></a>
<a href="YearMonthIntervalType.html" title="The type represents year-month intervals of the SQL standard.">YearMonthIntervalType</a>
</li>
</ul>
</div>
</div>
<div id="content">
<body class="object value">
<div id="definition">
<a href="ShortType.html" title="See companion class"><div class="big-circle object-companion-class">o</div></a>
<p id="owner"><a href="../../../../index.html" class="extype" name="org">org</a>.<a href="../../../index.html" class="extype" name="org.apache">apache</a>.<a href="../../index.html" class="extype" name="org.apache.spark">spark</a>.<a href="../index.html" class="extype" name="org.apache.spark.sql">sql</a>.<a href="index.html" class="extype" name="org.apache.spark.sql.types">types</a></p>
<h1><a href="ShortType.html" title="See companion class">ShortType</a><span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html" title="Permalink">
<i class="material-icons"></i>
</a>
</span></h1>
<h3><span class="morelinks"><div>
Companion <a href="ShortType.html" title="See companion class">class ShortType</a>
</div></span></h3>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">ShortType</span><span class="result"> extends <a href="ShortType.html" class="extype" name="org.apache.spark.sql.types.ShortType">ShortType</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="comment cmt"></div><dl class="attributes block"> <dt>Annotations</dt><dd>
<span class="name">@Stable</span><span class="args">()</span>
</dd><dt>Source</dt><dd><a href="https://github.com/apache/spark/tree/v3.4.3/sql/catalyst/src/main/scala/org/apache/spark/sql/types/ShortType.scala" target="_blank">ShortType.scala</a></dd><dt>Since</dt><dd><p>1.3.0</p></dd></dl><div class="toggleContainer block">
<span class="toggle">
Linear Supertypes
</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <a href="ShortType.html" class="extype" name="org.apache.spark.sql.types.ShortType">ShortType</a>, <span class="extype" name="org.apache.spark.sql.types.IntegralType">IntegralType</span>, <a href="NumericType.html" class="extype" name="org.apache.spark.sql.types.NumericType">NumericType</a>, <a href="AtomicType.html" class="extype" name="org.apache.spark.sql.types.AtomicType">AtomicType</a>, <a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a>, <span class="extype" name="org.apache.spark.sql.types.AbstractDataType">AbstractDataType</span>, <a href="../../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div class="toggle"></div>
<div id="memberfilter">
<i class="material-icons arrow"></i>
<span class="input">
<input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" />
</span>
<i class="clear material-icons"></i>
</div>
<div id="filterby">
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By Inheritance</span></li>
</ol>
</div>
<div class="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="org.apache.spark.sql.types.ShortType"><span>ShortType</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="org.apache.spark.sql.types.ShortType"><span>ShortType</span></li><li class="in" name="org.apache.spark.sql.types.IntegralType"><span>IntegralType</span></li><li class="in" name="org.apache.spark.sql.types.NumericType"><span>NumericType</span></li><li class="in" name="org.apache.spark.sql.types.AtomicType"><span>AtomicType</span></li><li class="in" name="org.apache.spark.sql.types.DataType"><span>DataType</span></li><li class="in" name="org.apache.spark.sql.types.AbstractDataType"><span>AbstractDataType</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div class="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show All</span></li>
</ol>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
</div>
<div id="template">
<div id="allMembers">
<div class="values members">
<h3>Value Members</h3>
<ol>
<li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#!=(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html###():Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#==(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#asInstanceOf[T0]:T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.apache.spark.sql.types.DataType#catalogString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="catalogString:String"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#catalogString:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">catalogString</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<p class="shortcomment cmt">String representation for the type saved in external catalogs.</p><div class="fullcomment"><div class="comment cmt"><p>String representation for the type saved in external catalogs.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a><a id="clone():AnyRef"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#clone():Object" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <a href="../../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="org.apache.spark.sql.types.ShortType#defaultSize" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="defaultSize:Int"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#defaultSize:Int" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">defaultSize</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
<p class="shortcomment cmt">The default size of a value of the ShortType is 2 bytes.</p><div class="fullcomment"><div class="comment cmt"><p>The default size of a value of the ShortType is 2 bytes.
</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="ShortType.html" class="extype" name="org.apache.spark.sql.types.ShortType">ShortType</a><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#eq(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <a href="../../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#equals(x$1:Any):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#finalize():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#getClass():Class[_]" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#isInstanceOf[T0]:Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="org.apache.spark.sql.types.DataType#json" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="json:String"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#json:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">json</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<p class="shortcomment cmt">The compact JSON representation of this data type.</p><div class="fullcomment"><div class="comment cmt"><p>The compact JSON representation of this data type.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#ne(x$1:AnyRef):Boolean" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <a href="../../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#notify():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#notifyAll():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li><li name="org.apache.spark.sql.types.DataType#prettyJson" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="prettyJson:String"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#prettyJson:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">prettyJson</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<p class="shortcomment cmt">The pretty (i.e.</p><div class="fullcomment"><div class="comment cmt"><p>The pretty (i.e. indented) JSON representation of this data type.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></dd></dl></div>
</li><li name="org.apache.spark.sql.types.ShortType#simpleString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="simpleString:String"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#simpleString:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">simpleString</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<p class="shortcomment cmt">Readable string representation for the type.</p><div class="fullcomment"><div class="comment cmt"><p>Readable string representation for the type.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="ShortType.html" class="extype" name="org.apache.spark.sql.types.ShortType">ShortType</a><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a> → AbstractDataType</dd></dl></div>
</li><li name="org.apache.spark.sql.types.DataType#sql" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="sql:String"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#sql:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">sql</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#synchronized[T0](x$1:=&gt;T0):T0" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="org.apache.spark.sql.types.DataType#typeName" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="typeName:String"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#typeName:String" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">typeName</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
<p class="shortcomment cmt">Name of the type used in JSON serialization.</p><div class="fullcomment"><div class="comment cmt"><p>Name of the type used in JSON serialization.</p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#wait():Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a>
<span class="permalink">
<a href="../../../../../org/apache/spark/sql/types/ShortType$.html#wait(x$1:Long):Unit" title="Permalink">
<i class="material-icons"></i>
</a>
</span>
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
<span class="name">@native</span><span class="args">()</span>
</dd></dl></div>
</li>
</ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.Serializable">
<h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3>
</div><div class="parent" name="java.io.Serializable">
<h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3>
</div><div class="parent" name="scala.Product">
<h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3>
</div><div class="parent" name="scala.Equals">
<h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3>
</div><div class="parent" name="org.apache.spark.sql.types.ShortType">
<h3>Inherited from <a href="ShortType.html" class="extype" name="org.apache.spark.sql.types.ShortType">ShortType</a></h3>
</div><div class="parent" name="org.apache.spark.sql.types.IntegralType">
<h3>Inherited from <span class="extype" name="org.apache.spark.sql.types.IntegralType">IntegralType</span></h3>
</div><div class="parent" name="org.apache.spark.sql.types.NumericType">
<h3>Inherited from <a href="NumericType.html" class="extype" name="org.apache.spark.sql.types.NumericType">NumericType</a></h3>
</div><div class="parent" name="org.apache.spark.sql.types.AtomicType">
<h3>Inherited from <a href="AtomicType.html" class="extype" name="org.apache.spark.sql.types.AtomicType">AtomicType</a></h3>
</div><div class="parent" name="org.apache.spark.sql.types.DataType">
<h3>Inherited from <a href="DataType.html" class="extype" name="org.apache.spark.sql.types.DataType">DataType</a></h3>
</div><div class="parent" name="org.apache.spark.sql.types.AbstractDataType">
<h3>Inherited from <span class="extype" name="org.apache.spark.sql.types.AbstractDataType">AbstractDataType</span></h3>
</div><div class="parent" name="scala.AnyRef">
<h3>Inherited from <a href="../../../../../scala/index.html#AnyRef=Object" class="extmbr" name="scala.AnyRef">AnyRef</a></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</div>
</div>
</div>
</body>
</html>