replacePoints
このコンテンツはまだ日本語訳がありません。
replacePoints<
T>(conn,schema,points):Promise<void>
Defined in: db/store.ts:251
Replace the whole table content with points, atomically
(see replaceRows, including 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>