insertPoints
このコンテンツはまだ日本語訳がありません。
insertPoints<
T>(conn,schema,points):Promise<void>
Defined in: db/store.ts:238
Insert an array of points into the table in batches of 1000, atomically
(see insertRows for the transaction rule).
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>