const getArrowSegments: (
__0: {
chunks: VectorLike,
groups?: VectorLike,
loops?: boolean[] | boolean | null,
starts?: boolean[] | boolean | null,
ends?: boolean[] | boolean | null,
},
) => {
count: any,
sparse: number | undefined,
segments: Int8Array<ArrayBuffer>,
anchors: Uint32Array<ArrayBuffer> | undefined,
trims: Uint32Array<ArrayBuffer> | undefined,
slices: Uint32Array<ArrayBuffer>,
unwelds: Uint32Array<any> | undefined,
schema: {
},
}
Make index data for arrow segments/anchor/trim data
packages / workbench / src / layers / arrow-segments.ts