Uses of Interface
org.apache.druid.segment.vector.VectorCursor
Packages that use VectorCursor
Package
Description
-
Uses of VectorCursor in org.apache.druid.frame.segment.columnar
Classes in org.apache.druid.frame.segment.columnar that implement VectorCursor -
Uses of VectorCursor in org.apache.druid.query.vector
Methods in org.apache.druid.query.vector with parameters of type VectorCursorModifier and TypeMethodDescriptionstatic VectorCursorGranularizerVectorCursorGranularizer.create(VectorCursor cursor, TimeBoundaryInspector timeBoundaryInspector, Order timeOrder, Granularity granularity, org.joda.time.Interval queryInterval) -
Uses of VectorCursor in org.apache.druid.segment
Methods in org.apache.druid.segment that return VectorCursorModifier and TypeMethodDescriptiondefault VectorCursorCursorHolder.asVectorCursor()Create aVectorCursorfor use with vectorized query engines.QueryableIndexCursorHolder.asVectorCursor()Compute filter to use for cursor creation. -
Uses of VectorCursor in org.apache.druid.segment.shim
Constructors in org.apache.druid.segment.shim with parameters of type VectorCursor