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
/
build
/
builders
/
utf8.d.ts
7 lines
(6 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Builder for utf8-typed data batches. */
export
class
Utf8Builder
extends
BinaryBuilder
{ }
import
{
BinaryBuilder
}
from
'./binary.js'
;