insertPoints
このコンテンツはまだ日本語訳がありません。
insertPoints<
T>(conn,schema,points):Promise<void>
Defined in: db/store.ts:154
Insert an array of points into the table in batches of 1000.
Type Parameters
Section titled “Type Parameters”T extends TimePoint
Parameters
Section titled “Parameters”AsyncDuckDBConnection
schema
Section titled “schema”TableSchema<T>
points
Section titled “points”T[]
Returns
Section titled “Returns”Promise<void>