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

Function float32ArrayField

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

Source from the content-addressed store, hash-verified

148}
149
150function float32ArrayField(id) {
151 return Type.float32Array().setId(id);
152}
153
154function float64ArrayField(id) {
155 return Type.float64Array().setId(id);

Callers 2

createSchemasFunction · 0.85
createSchemasV2Function · 0.85

Calls 1

setIdMethod · 0.45

Tested by

no test coverage detected