MCPcopy Create free account
hub / github.com/crate/crate / apply

Method apply

libs/shared/src/main/java/io/crate/common/FourFunction.java:44–44  ·  view source on GitHub ↗

Applies this function to the given arguments. @param a the first function argument @param b the second function argument @param c the third function argument @param d the fourth function argument @return the result

(A a, B b, C c, D d)

Source from the content-addressed store, hash-verified

42 * @return the result
43 */
44 R apply(A a, B b, C c, D d);
45}

Callers 15

visitUnquotedStringMethod · 0.65
visitQuotedStringMethod · 0.65
mergeMethod · 0.65
extendRecursiveMethod · 0.65
uniqueIndexMethod · 0.65
forEachMethod · 0.65
transformMethod · 0.65
tryAdvanceMethod · 0.65
forEachRemainingMethod · 0.65
markAcquiredMethod · 0.65
itemMethod · 0.65
mapMethod · 0.65

Implementers 15

Bucketslibs/dex/src/main/java/io/crate/data/B
ConstructingObjectParserlibs/es-x-content/src/main/java/org/el
ObjectParserlibs/es-x-content/src/main/java/org/el
RetryRuleserver/src/testFixtures/java/io/crate/
SlowRuleserver/src/test/java/io/crate/planner/
PublicationTransportHandlerTestsserver/src/test/java/org/elasticsearch
CreateViewPlanserver/src/main/java/io/crate/planner/
SubQueryAndParamBinderserver/src/main/java/io/crate/planner/
RewriteInsertFromSubQueryToInsertFromValuesserver/src/main/java/io/crate/planner/
ReorderHashJoinserver/src/main/java/io/crate/planner/
RemoveOrderBeneathInsertserver/src/main/java/io/crate/planner/
MoveFilterBeneathOrderserver/src/main/java/io/crate/planner/

Calls

no outgoing calls

Tested by 1

assertFormattedSqlMethod · 0.52