Twinkle HubTwinkle Hub

物化資料集

tw_materialize_dataset

🇹🇼 台湾読み取り専用

關鍵字 / Keywords: 下載 快取 物化 rebuild cache materialize download prepare

強制下載並轉換指定資料集(若已 cache 則為 no-op)。

通常不需要直接呼叫——tw_query_rows 已內建 lazy materialize。手動呼叫的場景:

  • 預熱 cache,讓後續 query 零延遲
  • 大型資料集要先確認下載成功再 query

パラメータ

名前説明
dataset_id *string
生の JSON schema
{
  "properties": {
    "dataset_id": {
      "title": "Dataset Id",
      "type": "string"
    }
  },
  "required": [
    "dataset_id"
  ],
  "title": "tw_materialize_datasetArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_materialize_dataset({ dataset_id: "…" })