Uses of Class
org.apache.druid.frame.key.RowKey
Packages that use RowKey
-
Uses of RowKey in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key that return RowKeyModifier and TypeMethodDescriptionstatic RowKeyRowKey.empty()ClusterByPartition.getEnd()Get the ending key for this range.ClusterByPartition.getStart()Get the starting key for this range.FrameComparisonWidget.readKey(int row) Returns theRowKeycorresponding to a particular row.FrameComparisonWidgetImpl.readKey(int row) CreatesRowKeyfrom a row in the frame.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 RowKeyModifier and TypeMethodDescriptionClusterBy.bucketComparator(RowSignature rowSignature) Comparator that compares bucket keys for this instance.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 RowKeyModifier and TypeMethodDescriptionintCompare a specific row of this frame to the provided key.intintbooleanRowKeyReader.hasMultipleValues(RowKey key, int fieldNumber) Determine if a particular field of a particular key has multiple values.Read all values out of a key, as a list of objects.Read a value out of a key.Trim a key to a particular fieldCount.Constructors in org.apache.druid.frame.key with parameters of type RowKey