is not current version
Last Version 0.23.0

org.apache.druid:extendedset 0.20.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

org.apache.druid
ArtifactId

ArtifactId

extendedset
Version

Version

0.20.1
Type

Type

jar

Download extendedset 0.20.1


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