The schema is statically specified. The values always arrive in a defined 
order. Each value has a defined type.

On Tuesday, July 25, 2017 at 3:01:14 AM UTC+2, rog wrote:
>
> On 24 July 2017 at 23:21, Sofiane Cherchalli <sofi...@gmail.com 
> <javascript:>> wrote:
>
>> Yes, I'm trying to stream CSV values encoded in strings. A schema defines 
>> a type of each value, so I have to parse values to verify they match the 
>> type. Once validation is done, I apply functions on each value.
>>
>
> Is the schema dynamically or statically specified? That is, do you know
> in advance what the schema is, or do are you required to write
> general code that deals with many possible schemas?
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to