adarshsanjeev commented on code in PR #13205:
URL: https://github.com/apache/druid/pull/13205#discussion_r1022526351
##########
processing/src/main/java/org/apache/druid/frame/key/RowKeyReader.java:
##########
@@ -130,6 +130,28 @@ public boolean hasMultipleValues(final RowKey key, final
int fieldNumber)
}
}
+ /**
+ * Trims the key reader to a particular fieldCount. Used to read keys
trimmed by {@link #trim(RowKey, int)}.
+ */
+ public RowKeyReader trimmedKeyReader(int trimmedFieldCount)
Review Comment:
Added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]