Uses of Interface
org.apache.druid.segment.vector.VectorCursor
-
Packages that use VectorCursor Package Description org.apache.druid.frame.segment org.apache.druid.frame.segment.columnar org.apache.druid.query.vector org.apache.druid.segment org.apache.druid.segment.join -
-
Uses of VectorCursor in org.apache.druid.frame.segment
Methods in org.apache.druid.frame.segment that return VectorCursor Modifier and Type Method Description VectorCursorFrameStorageAdapter. makeVectorCursor(Filter filter, org.joda.time.Interval interval, VirtualColumns virtualColumns, boolean descending, int vectorSize, QueryMetrics<?> queryMetrics) -
Uses of VectorCursor in org.apache.druid.frame.segment.columnar
Classes in org.apache.druid.frame.segment.columnar that implement VectorCursor Modifier and Type Class Description classFrameVectorCursorAVectorCursorthat is based on aFrame.Methods in org.apache.druid.frame.segment.columnar that return VectorCursor Modifier and Type Method Description VectorCursorFrameCursorFactory. makeVectorCursor(Filter filter, org.joda.time.Interval interval, VirtualColumns virtualColumns, boolean descending, int vectorSize, QueryMetrics<?> queryMetrics) -
Uses of VectorCursor in org.apache.druid.query.vector
Methods in org.apache.druid.query.vector with parameters of type VectorCursor Modifier and Type Method Description static VectorCursorGranularizerVectorCursorGranularizer. create(StorageAdapter storageAdapter, VectorCursor cursor, Granularity granularity, org.joda.time.Interval queryInterval) -
Uses of VectorCursor in org.apache.druid.segment
Methods in org.apache.druid.segment that return VectorCursor Modifier and Type Method Description VectorCursorQueryableIndexCursorSequenceBuilder. buildVectorized(int vectorSize)default VectorCursorCursorFactory. makeVectorCursor(Filter filter, org.joda.time.Interval interval, VirtualColumns virtualColumns, boolean descending, int vectorSize, QueryMetrics<?> queryMetrics)Creates a VectorCursor.VectorCursorQueryableIndexStorageAdapter. makeVectorCursor(Filter filter, org.joda.time.Interval interval, VirtualColumns virtualColumns, boolean descending, int vectorSize, QueryMetrics<?> queryMetrics) -
Uses of VectorCursor in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return VectorCursor Modifier and Type Method Description VectorCursorHashJoinSegmentStorageAdapter. makeVectorCursor(Filter filter, org.joda.time.Interval interval, VirtualColumns virtualColumns, boolean descending, int vectorSize, QueryMetrics<?> queryMetrics)
-