Uses of Class
org.apache.druid.frame.key.RowKeyReader
Packages that use RowKeyReader
-
Uses of RowKeyReader in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key that return RowKeyReaderModifier and TypeMethodDescriptionstatic RowKeyReaderRowKeyReader.create(RowSignature signature, FrameType frameType) Creates a newRowKeyReader.ClusterBy.keyReader(ColumnInspector inspector, FrameType frameType) Create a reader for keys for this instance.RowKeyReader.trimmedKeyReader(int trimmedFieldCount) Trims the key reader to a particular fieldCount.