is not current version
Last Version 0.12.3

io.druid:extendedset 0.12.1

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.1
Type

Type

jar

Download extendedset 0.12.1


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