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

Method implicitCast

server/src/main/java/io/crate/types/UUIDType.java:156–159  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

154 }
155
156 @Override
157 public UUID implicitCast(Object value) throws IllegalArgumentException, ClassCastException {
158 return sanitizeValue(value);
159 }
160
161 @Override
162 public long valueBytes(@Nullable UUID value) {

Callers

nothing calls this directly

Calls 1

sanitizeValueMethod · 0.95

Tested by

no test coverage detected