| Package | Description |
|---|---|
| org.apache.druid.frame.key |
| Modifier and Type | Method and Description |
|---|---|
static RowKey |
RowKey.empty() |
RowKey |
ClusterByPartition.getEnd()
Get the ending key for this range.
|
RowKey |
ClusterByPartition.getStart()
Get the starting key for this range.
|
RowKey |
FrameComparisonWidgetImpl.readKey(int row) |
RowKey |
FrameComparisonWidget.readKey(int row)
Returns the
RowKey corresponding to a particular row. |
RowKey |
RowKeyReader.trim(RowKey key,
int trimmedFieldCount)
Trim a key to a particular fieldCount.
|
static RowKey |
RowKey.wrap(byte[] row)
Create a key from a byte array.
|
| Modifier and Type | Method and Description |
|---|---|
Comparator<RowKey> |
ClusterBy.bucketComparator()
Comparator that compares bucket keys for this instance.
|
Comparator<RowKey> |
ClusterBy.keyComparator()
Comparator that compares keys for this instance using the given signature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FrameComparisonWidgetImpl.compare(int row,
RowKey key) |
int |
FrameComparisonWidget.compare(int row,
RowKey key)
Compare a specific row of this frame to the provided key.
|
int |
RowKeyComparator.compare(RowKey key1,
RowKey key2) |
boolean |
RowKeyReader.hasMultipleValues(RowKey key,
int fieldNumber)
Determine if a particular field of a particular key has multiple values.
|
List<Object> |
RowKeyReader.read(RowKey key)
Read all values out of a key, as a list of objects.
|
Object |
RowKeyReader.read(RowKey key,
int fieldNumber)
Read a value out of a key.
|
RowKey |
RowKeyReader.trim(RowKey key,
int trimmedFieldCount)
Trim a key to a particular fieldCount.
|
| Constructor and Description |
|---|
ClusterByPartition(RowKey start,
RowKey end) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.