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
I found myself using this internal function when attempting to identify the schema version from the element type of an iterator:
record_type = Base.@default_eltype(records)
record_type <:AbstractRecord||error("Unable to determine record type from iterator")
schema_version = Legolas._schema_version_from_record_type(record_type)
The text was updated successfully, but these errors were encountered:
I found myself using this internal function when attempting to identify the schema version from the element type of an iterator:
The text was updated successfully, but these errors were encountered: