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

Method map

libs/sql-parser/src/main/java/io/crate/sql/tree/Assignment.java:72–74  ·  view source on GitHub ↗
(Function<? super T, ? extends U> mapper)

Source from the content-addressed store, hash-verified

70 }
71
72 public <U> Assignment<U> map(Function<? super T, ? extends U> mapper) {
73 return new Assignment<>(mapper.apply(columnName), Lists.map(expressions, mapper));
74 }
75
76 @Override
77 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
applyMethod · 0.65

Tested by

no test coverage detected