public abstract class AbstractMaxByFunction extends Object implements Function
| Modifier and Type | Field and Description |
|---|---|
protected static JsonNodeComparator |
comparator |
| Constructor and Description |
|---|
AbstractMaxByFunction(String fname) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
List<Expression> args,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
Version version) |
protected abstract boolean |
isLarger(com.fasterxml.jackson.databind.JsonNode criteria,
com.fasterxml.jackson.databind.JsonNode value) |
protected static final JsonNodeComparator comparator
public AbstractMaxByFunction(String fname)
public void apply(Scope scope, List<Expression> args, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, Version version) throws JsonQueryException
apply in interface FunctionJsonQueryExceptionprotected abstract boolean isLarger(com.fasterxml.jackson.databind.JsonNode criteria,
com.fasterxml.jackson.databind.JsonNode value)
Copyright © 2025. All rights reserved.