Uses of Class
org.apache.druid.segment.incremental.IncrementalIndexRow
Packages that use IncrementalIndexRow
-
Uses of IncrementalIndexRow in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return IncrementalIndexRowMethods in org.apache.druid.segment.incremental that return types with arguments of type IncrementalIndexRowModifier and TypeMethodDescriptionprotected final Comparator<IncrementalIndexRow> IncrementalIndex.dimsComparator()FactsHolder.iterator(boolean descending) Get allIncrementalIndex, depending on the implementation, these rows may or may not be ordered in the same order they will be persisted in.FactsHolder.keySet()Get all rowIncrementalIndexRow'keys', which is distinct groups if this is an aggregating facts holder or just every row present if notFactsHolder.persistIterable()Get allIncrementalIndexRowto persist, ordered withFactsHolder.timeRangeIterable(boolean descending, long timeStart, long timeEnd) Get allIncrementalIndexRowwithgetTimestamp()between the start and end timestamps specifiedMethods in org.apache.druid.segment.incremental with parameters of type IncrementalIndexRowModifier and TypeMethodDescriptionprotected abstract IncrementalIndex.AddToFactsResultIncrementalIndex.addToFacts(IncrementalIndexRow key, IncrementalIndex.InputRowHolder inputRowHolder) voidOnHeapAggregateProjection.addToFacts(IncrementalIndexRow key, InputRow inputRow, List<String> parseExceptionMessages, AtomicLong totalSizeInBytes) Add row to projectionOnHeapAggregateProjection.factsHolder, updating totalSizeInBytes estimateprotected IncrementalIndex.AddToFactsResultOnheapIncrementalIndex.addToFacts(IncrementalIndexRow key, IncrementalIndex.InputRowHolder inputRowHolder) intFactsHolder.getPriorIndex(IncrementalIndexRow key) intFactsHolder.putIfAbsent(IncrementalIndexRow key, int rowIndex) voidIncrementalIndexRowHolder.set(IncrementalIndexRow currEntry)