Last Version

extendedset 0.23.0

Implementation of CONCISE (COmpressed 'N" Composable Integer SEt) bit map compression algorithm by Alessandro Colantonio with some enhanced features - http://ricerca.mat.uniroma3.it/users/colanton/docs/concise.pdf

License

License

Categories

Categories

druid Data Databases
GroupId

GroupId

org.apache.druid
ArtifactId

ArtifactId

extendedset
Version

Version

0.23.0
Type

Type

jar
Description

Description

extendedset
Implementation of CONCISE (COmpressed 'N" Composable Integer SEt) bit map compression algorithm by Alessandro Colantonio with some enhanced features - http://ricerca.mat.uniroma3.it/users/colanton/docs/concise.pdf
Project Organization

Project Organization

The Apache Software Foundation

Download extendedset 0.23.0


<!-- https://jarcasting.com/artifacts/org.apache.druid/extendedset/ -->
<dependency>
    <groupId>org.apache.druid</groupId>
    <artifactId>extendedset</artifactId>
    <version>0.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.druid/extendedset/
implementation 'org.apache.druid:extendedset:0.23.0'
// https://jarcasting.com/artifacts/org.apache.druid/extendedset/
implementation ("org.apache.druid:extendedset:0.23.0")
'org.apache.druid:extendedset:jar:0.23.0'
<dependency org="org.apache.druid" name="extendedset" rev="0.23.0">
  <artifact name="extendedset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.druid', module='extendedset', version='0.23.0')
)
libraryDependencies += "org.apache.druid" % "extendedset" % "0.23.0"
[org.apache.druid/extendedset "0.23.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.druid : druid-core jar 0.23.0
com.google.guava : guava jar 16.0.1
org.roaringbitmap : RoaringBitmap jar 0.9.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.