MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / ArraySizePredicate

Method ArraySizePredicate

src/QLPredicate.h:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 uint32_t size;
308
309 explicit ArraySizePredicate(uint32_t size) : size(size) {}
310};
311
312// RegExPredicate(expr, pred) to be defined ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected