Skip to content

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.

Parameter Type
schema VgiSchema
url string
sha256? string

VgiBatch