-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow json reader/decoder to work with format_strings for each field (#…
…1451) * implement parser for remaining types used by json decoder * added format strings (hashmap) to json reader the format_string map's key is column name. The value will be used to parse the date64/date32 types from json if the read value is of string type add tests for formatted parser for date{32,64}type for json readers all-parsers start fixup! added format strings (hashmap) to json reader * add DecoderOptions struct for holding options for decoder that way later extensions to the decoder can be added to this struct without breaking API. * Fixup some comments * added test for string parsing json reader for time{32,64} types Co-authored-by: Andrew Lamb <[email protected]>
- Loading branch information
Showing
3 changed files
with
171 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.