Uses of Class
uk.gov.gchq.gaffer.spark.operation.dataframe.converter.exception.ConversionException
-
Packages that use ConversionException Package Description uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property Property converters to migrate between properties and Spark data types.uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl Converter implementations.uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta Implementation of a converter for Datasketches theta objects. -
-
Uses of ConversionException in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property
Methods in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property that throw ConversionException Modifier and Type Method Description ObjectConverter. convert(Object object)Request that the Serialisation serialises some object and returns the raw bytes of the serialised form. -
Uses of ConversionException in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl
Methods in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl that throw ConversionException Modifier and Type Method Description scala.collection.mutable.Map<String,Long>FreqMapConverter. convert(Object object)LongHyperLogLogPlusConverter. convert(Object object)Deprecated. -
Uses of ConversionException in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta
Methods in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta that throw ConversionException Modifier and Type Method Description DoubleUnionConverter. convert(Object object)
-