Carrot reference
Methods
.max{}
returns the largest value of a sequence docid\ jg4itlqwafzlparttfo67 or list docid\ xwh cukhj9waqaefb7h71 , optionally evaluating an expression syntax max() returns the largest numeric value in the sequence or list max{expression} returns the largest value, after evaluating the carrot expression on each element of the sequence or list examples \[1, 2, 3] max() returns 3 \[1, 2, 3] max{it 3} returns 9 db job find{dept\ engineering} max{basecomp} returns the highest base compensation in the engineering department