MCPcopy
hub / github.com/deepops-ai/deepops / Vector

Interface Vector

ui/src/types/seriesData.ts:52–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52export interface Vector<T = any> {
53 length: number;
54
55 /**
56 * Access the value by index (Like an array)
57 */
58 get(index: number): T;
59
60 /**
61 * Get the resutls as an array.
62 */
63 toArray(): T[];
64}
65
66/**
67 * Apache arrow vectors are Read/Write

Callers 14

WnFunction · 0.80
crFunction · 0.80
goFunction · 0.80
CoFunction · 0.80
GoFunction · 0.80
UoFunction · 0.80
QsFunction · 0.80
SxFunction · 0.80
MxFunction · 0.80
xbFunction · 0.80
wbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected