package
0.0.0-20220611034010-79c606f82032
Repository: https://github.com/go-sif/sif.git
Documentation: pkg.go.dev
# Functions
BuildJSONValueHandlers produces a sequence of functions which match the sequence of columns in schema.
CreateParser returns a new JSONL Parser.
ParseJSONRow parses a json string into a Row, according to a schema.
# Structs
Parser produces partitions from JSONL data.
ParserConf configures a JSONL Parser, suitable for JSON lines data.
# Type aliases
JSONValueHandler is a function which converts a gjson.Result into a sif ColumnType value.