Uses of Class
org.apache.druid.frame.key.RowKeyReader
-
Packages that use RowKeyReader Package Description org.apache.druid.frame.key -
-
Uses of RowKeyReader in org.apache.druid.frame.key
Methods in org.apache.druid.frame.key that return RowKeyReader Modifier and Type Method Description static RowKeyReaderRowKeyReader. create(RowSignature signature)Creates a newRowKeyReader.RowKeyReaderClusterBy. keyReader(ColumnInspector inspector)Create a reader for keys for this instance.RowKeyReaderRowKeyReader. trimmedKeyReader(int trimmedFieldCount)Trims the key reader to a particular fieldCount.
-