makeExternalLocationBatch
function makeExternalLocationBatch( schema, url, sha256?): VgiBatch;Defined in: src/external.ts:112
Create a zero-row pointer batch with location URL and optional SHA-256.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
schema | VgiSchema |
url | string |
sha256? | string |
Returns
Section titled “Returns”VgiBatch