is not current version
Last Version 0.12.3

io.druid:extendedset 0.12.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

Categories

Categories

druid Data Databases
GroupId

GroupId

io.druid
ArtifactId

ArtifactId

extendedset
Version

Version

0.12.0
Type

Type

jar

Download extendedset 0.12.0


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