Uses of Interface
org.apache.druid.segment.RowAdapter
-
-
Uses of RowAdapter in org.apache.druid.data.input
Classes in org.apache.druid.data.input that implement RowAdapter Modifier and Type Class Description classListBasedInputRowAdapterAdapter for readingListBasedInputRow.Methods in org.apache.druid.data.input that return RowAdapter Modifier and Type Method Description default 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 RowAdapter Modifier and Type Method Description RowAdapter<InputRow>FlatTextInputFormat. createRowAdapter(InputRowSchema inputRowSchema)RowAdapter<InputRow>InputEntityIteratingReader. rowAdapter()RowAdapter<InputRow>TimedShutoffInputSourceReader. rowAdapter() -
Uses of RowAdapter in org.apache.druid.query
Methods in org.apache.druid.query that return RowAdapter Modifier and Type Method Description RowAdapter<Object[]>InlineDataSource. rowAdapter() -
Uses of RowAdapter in org.apache.druid.query.rowsandcols
Constructors in org.apache.druid.query.rowsandcols with parameters of type RowAdapter Constructor Description ArrayListRowsAndColumns(ArrayList<RowType> rows, RowAdapter<RowType> rowAdapter, RowSignature rowSignature) -
Uses of RowAdapter in org.apache.druid.segment
Methods in org.apache.druid.segment that return RowAdapter Modifier and Type Method Description static <RowType extends Row>
RowAdapter<RowType>RowAdapters. standardRow()Returns aRowAdapterthat handles any kind of inputRow.Methods in org.apache.druid.segment with parameters of type RowAdapter Modifier and Type Method Description static <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 RowAdapter Constructor Description ArrayListSegment(SegmentId segmentId, 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, Granularity gran, boolean descending, RowSignature rowSignature)RowBasedSegment(SegmentId segmentId, Sequence<RowType> rowSequence, RowAdapter<RowType> rowAdapter, RowSignature rowSignature)Create a row-based segment.RowBasedStorageAdapter(Sequence<RowType> rowSequence, RowAdapter<RowType> rowAdapter, RowSignature rowSignature)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 RowAdapter Constructor Description RowBasedIndexedTable(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)
-