UNPKG

@uwdata/flechette

Version:

Fast, lightweight access to Apache Arrow data.

9 lines (8 loc) 297 B
/** * @param {Builder} builder * @param {DictionaryBatch} dictionaryBatch * @returns {number} */ export function encodeDictionaryBatch(builder: Builder, dictionaryBatch: DictionaryBatch): number; import type { Builder } from './builder.js'; import type { DictionaryBatch } from '../types.js';