toKeyStructBuilder.add(fieldDef.asRowKeyWithoutTermination());
}
final StructRowKey frk = fromKeyStructBuilder.toRowKey();
fromKey = frk.serialize(fromKeyComponents.toArray());
final StructRowKey trk = toKeyStructBuilder.toRowKey();
toKey = trk.serialize(toKeyComponents.toArray());
rangeCondSet = true;
usedConditionsCount++;