Uses of Interface
org.apache.druid.segment.RowAdapter
Packages that use RowAdapter
Package
Description
-
Uses of RowAdapter in org.apache.druid.data.input
Classes in org.apache.druid.data.input that implement RowAdapterMethods in org.apache.druid.data.input that return RowAdapterModifier and TypeMethodDescriptiondefault RowAdapter<InputRow> InputFormat.createRowAdapter(InputRowSchema inputRowSchema) Returns an adapter that can read the rows fromInputFormat.createReader(InputRowSchema, InputEntity, File), given a particularInputRowSchema.default RowAdapter<InputRow> InputSourceReader.rowAdapter()Returns an adapter that can be used to read the rows fromInputSourceReader.read(). -
Uses of RowAdapter in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return RowAdapterModifier and TypeMethodDescriptionFlatTextInputFormat.createRowAdapter(InputRowSchema inputRowSchema) InputEntityIteratingReader.rowAdapter()TimedShutoffInputSourceReader.rowAdapter() -
Uses of RowAdapter in org.apache.druid.query
Methods in org.apache.druid.query that return RowAdapter -
Uses of RowAdapter in org.apache.druid.query.rowsandcols
Constructors in org.apache.druid.query.rowsandcols with parameters of type RowAdapterModifierConstructorDescriptionArrayListRowsAndColumns(ArrayList<RowType> rows, RowAdapter<RowType> rowAdapter, RowSignature rowSignature) -
Uses of RowAdapter in org.apache.druid.segment
Methods in org.apache.druid.segment that return RowAdapterModifier and TypeMethodDescriptionstatic <RowType extends Row>
RowAdapter<RowType> RowAdapters.standardRow()Returns aRowAdapterthat handles any kind of inputRow.Methods in org.apache.druid.segment with parameters of type RowAdapterModifier and TypeMethodDescriptionstatic <RowType> RowBasedColumnSelectorFactory<RowType> RowBasedColumnSelectorFactory.create(RowAdapter<RowType> adapter, Supplier<RowType> supplier, ColumnInspector columnInspector, boolean throwParseExceptions, boolean useStringValueOfNullInLists) Create an instance based on any object, along with aRowAdapterfor that object.Constructors in org.apache.druid.segment with parameters of type RowAdapterModifierConstructorDescriptionArrayListSegment(ArrayList<RowType> rows, RowAdapter<RowType> rowAdapter, RowSignature rowSignature) Create a list-based segment.RowBasedColumnSelectorFactory(Supplier<T> rowSupplier, RowIdSupplier rowIdSupplier, RowAdapter<T> adapter, ColumnInspector columnInspector, boolean throwParseExceptions, boolean useStringValueOfNullInLists) Full constructor forRowBasedCursor.RowBasedCursor(RowWalker<RowType> rowWalker, RowAdapter<RowType> rowAdapter, Filter filter, org.joda.time.Interval interval, VirtualColumns virtualColumns, boolean descending, RowSignature rowSignature) RowBasedCursorFactory(Sequence<RowType> rowSequence, RowAdapter<RowType> rowAdapter, RowSignature rowSignature) RowBasedSegment(Sequence<RowType> rowSequence, RowAdapter<RowType> rowAdapter, RowSignature rowSignature) Create a row-based segment.RowWalker(Sequence<T> rowSequence, RowAdapter<T> rowAdapter) -
Uses of RowAdapter in org.apache.druid.segment.join.table
Constructors in org.apache.druid.segment.join.table with parameters of type RowAdapterModifierConstructorDescriptionRowBasedIndexedTable(List<RowType> table, RowAdapter<RowType> rowAdapter, RowSignature rowSignature, Set<String> keyColumns, String version) RowBasedIndexedTable(List<RowType> table, RowAdapter<RowType> rowAdapter, RowSignature rowSignature, Set<String> keyColumns, String version, byte[] cacheKey)