Registry / database / druid-processing

druid-processing

JSON →
library31.0.0javamavenunverified

Core module for understanding and processing Apache Druid segments.

<dependency> <groupId>org.apache.druid</groupId> <artifactId>druid-processing</artifactId> <version>31.0.0</version> </dependency>
INSTALL
IMPORT
SIG · DRUID-PROCESSING
D
druid-processing
databasejavav31.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Segment
org.apache.druid.segment.Segment

Accesses a Druid segment's queryable index for data processing.

import org.apache.druid.segment.Segment; import org.apache.druid.segment.QueryableIndex; public class Example { public void process(Segment segment) { QueryableIndex index = segment.asQueryableIndex(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
31.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
druid-processing — mvn dependency:get druid-processing · libregistry