You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GenericRecord class allows access to values by key, but it's not iterable, so you need to know the keys in advance. The Java implementation is the same.
But this seems like something you'd often want! Is there something I'm missing?
The
GenericRecordclass allows access to values by key, but it's not iterable, so you need to know the keys in advance. The Java implementation is the same.But this seems like something you'd often want! Is there something I'm missing?