| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.segment | |
| org.apache.druid.segment.join.table |
| Modifier and Type | Method and Description |
|---|---|
RowAdapter<Object[]> |
InlineDataSource.rowAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static <RowType extends Row> |
RowAdapters.standardRow()
Returns a
RowAdapter that handles any kind of input Row. |
| Modifier and Type | Method and Description |
|---|---|
static <RowType> RowBasedColumnSelectorFactory<RowType> |
RowBasedColumnSelectorFactory.create(RowAdapter<RowType> adapter,
Supplier<RowType> supplier,
RowSignature signature,
boolean throwParseExceptions)
Create an instance based on any object, along with a
RowAdapter for that object. |
| Constructor and Description |
|---|
RowBasedSegment(SegmentId segmentId,
Iterable<RowType> rowIterable,
RowAdapter<RowType> rowAdapter,
RowSignature rowSignature)
Create a row-based segment.
|
| Constructor and Description |
|---|
RowBasedIndexedTable(List<RowType> table,
RowAdapter<RowType> rowAdapter,
RowSignature rowSignature,
Set<String> keyColumns,
String version) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.