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

Function float64ArrayField

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

Source from the content-addressed store, hash-verified

152}
153
154function float64ArrayField(id) {
155 return Type.float64Array().setId(id);
156}
157
158function enumField(id, userTypeId, enumProps) {
159 return Type.enum(userTypeId, enumProps).setId(id);

Callers 2

createSchemasFunction · 0.85
createSchemasV2Function · 0.85

Calls 1

setIdMethod · 0.45

Tested by

no test coverage detected