MCPcopy Create free account
hub / github.com/apache/fory / boolArrayField

Function boolArrayField

benchmarks/javascript/benchmark.js:138–140  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

136}
137
138function boolArrayField(id) {
139 return Type.boolArray().setId(id);
140}
141
142function int32ArrayField(id) {
143 return Type.int32Array().setId(id);

Callers 2

createSchemasFunction · 0.85
createSchemasV2Function · 0.85

Calls 1

setIdMethod · 0.45

Tested by

no test coverage detected