Class SparkSet
- java.lang.Object
-
- org.apache.cassandra.spark.data.converter.types.complex.SparkList
-
- org.apache.cassandra.spark.data.converter.types.complex.SparkSet
-
-
Constructor Summary
Constructors Constructor Description SparkSet(SparkSqlTypeConverter converter, org.apache.cassandra.spark.data.CqlField.CqlSet type)
-
Method Summary
All Methods Instance Methods Concrete Methods Default Methods Modifier and Type Method Description <T> java.util.stream.Collector<T,?,?>collector()default intsize()default SparkTypesparkType()default SparkTypesparkType(int position)default java.util.List<SparkType>sparkTypes()-
Methods inherited from class org.apache.cassandra.spark.data.converter.types.complex.SparkList
collection, compareTo, converter, dataType, equalsTo, sparkSqlRowValue, sparkSqlRowValue, toSparkSqlType, toTestRowType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface org.apache.cassandra.spark.data.converter.types.SparkType
compare, dataType, equals, nativeSparkSqlRowValue, nativeSparkSqlRowValue
-
-
-
-
Constructor Detail
-
SparkSet
public SparkSet(SparkSqlTypeConverter converter, org.apache.cassandra.spark.data.CqlField.CqlSet type)
-
-