UNPKG
@uwdata/flechette
Version:
latest (2.3.0)
2.3.0
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Fast, lightweight access to Apache Arrow data.
github.com/uwdata/flechette
uwdata/flechette
@uwdata/flechette
/
dist
/
types
/
encode
/
dictionary-batch.d.ts
7 lines
(6 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@param
{
import('./builder.js').Builder
}
builder
*
@param
{
import('../types.js').DictionaryBatch
}
dictionaryBatch
*
@returns
{
number
} */
export
function
encodeDictionaryBatch
(
builder:
import
(
"./builder.js"
).Builder, dictionaryBatch:
import
(
"../types.js"
).DictionaryBatch
): number;