Uses of Class
org.apache.druid.frame.key.RowKey
-
Packages that use RowKey Package Description org.apache.druid.frame.key -
-
Uses of RowKey in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key that return RowKey Modifier and Type Method Description static RowKeyRowKey. empty()RowKeyClusterByPartition. getEnd()Get the ending key for this range.RowKeyClusterByPartition. getStart()Get the starting key for this range.RowKeyFrameComparisonWidget. readKey(int row)Returns theRowKeycorresponding to a particular row.RowKeyFrameComparisonWidgetImpl. readKey(int row)CreatesRowKeyfrom a row in the frame.RowKeyRowKeyReader. trim(RowKey key, int trimmedFieldCount)Trim a key to a particular fieldCount.static RowKeyRowKey. wrap(byte[] row)Create a key from a byte array.Methods in org.apache.druid.frame.key that return types with arguments of type RowKey Modifier and Type Method Description Comparator<RowKey>ClusterBy. bucketComparator(RowSignature rowSignature)Comparator that compares bucket keys for this instance.Comparator<RowKey>ClusterBy. keyComparator(RowSignature rowSignature)Comparator that compares keys for this instance using the given signature.Methods in org.apache.druid.frame.key with parameters of type RowKey Modifier and Type Method Description intFrameComparisonWidget. compare(int row, RowKey key)Compare a specific row of this frame to the provided key.intFrameComparisonWidgetImpl. compare(int row, RowKey key)intRowKeyComparator. compare(RowKey key1, RowKey key2)booleanRowKeyReader. 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.ObjectRowKeyReader. read(RowKey key, int fieldNumber)Read a value out of a key.RowKeyRowKeyReader. trim(RowKey key, int trimmedFieldCount)Trim a key to a particular fieldCount.Constructors in org.apache.druid.frame.key with parameters of type RowKey Constructor Description ClusterByPartition(RowKey start, RowKey end)
-