jar

com.gelerion.spark.skecthes : spark-sketches

Maven & Gradle

Apr 24, 2023
7 stars

com.gelerion.spark.skecthes:spark-sketches · This library provides support for integrating Data Sketches into Spark

Table Of Contents

Latest Version

Download com.gelerion.spark.skecthes : spark-sketches JAR file - Latest Versions:

All Versions

Download com.gelerion.spark.skecthes : spark-sketches JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-sketches-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.spark.sql.expressions

├─ org.apache.spark.sql.expressions.CountDistinctHllSketchEstimate.class - [JAR]

├─ org.apache.spark.sql.expressions.CountDistinctSketchEstimate.class - [JAR]

├─ org.apache.spark.sql.expressions.CountDistinctThetaSketchEstimate.class - [JAR]

com.gelerion.spark.skecthes.hll

├─ com.gelerion.spark.skecthes.hll.HllSketchConfig.class - [JAR]

├─ com.gelerion.spark.skecthes.hll.HyperLogLogSketch.class - [JAR]

org.apache.spark.sql.aggregates.theta

├─ org.apache.spark.sql.aggregates.theta.ThetaSketchBuildAggregate.class - [JAR]

├─ org.apache.spark.sql.aggregates.theta.ThetaSketchMergeAggregate.class - [JAR]

org.apache.spark.sql.types

├─ org.apache.spark.sql.types.HyperLogLogSketchType.class - [JAR]

├─ org.apache.spark.sql.types.ThetaSketchType.class - [JAR]

org.apache.spark.sql.aggregates.hll

├─ org.apache.spark.sql.aggregates.hll.HyperLogLogSketchBuildAggregate.class - [JAR]

├─ org.apache.spark.sql.aggregates.hll.HyperLogLogSketchMergeAggregate.class - [JAR]

org.apache.spark.sql

├─ org.apache.spark.sql.functions_ex.class - [JAR]

com.gelerion.spark.skecthes

├─ com.gelerion.spark.skecthes.SketchType.class - [JAR]

com.gelerion.spark.skecthes.theta

├─ com.gelerion.spark.skecthes.theta.ThetaSketch.class - [JAR]

├─ com.gelerion.spark.skecthes.theta.ThetaSketchConfig.class - [JAR]

com.gelerion.spark.skecthes.contract

├─ com.gelerion.spark.skecthes.contract.Mergeable.class - [JAR]

├─ com.gelerion.spark.skecthes.contract.TypedAggregationBuffer.class - [JAR]

org.apache.spark.sql.registrar

├─ org.apache.spark.sql.registrar.FunctionsRegistrar.class - [JAR]

├─ org.apache.spark.sql.registrar.SketchFunctionsRegistrar.class - [JAR]