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
thrownewTypeError(format('invalid argument. First argument must be either a struct constructor or struct schema. Value: `%s`.',Struct));
150
+
thrownewTypeError(format('invalid argument. First argument must be either a struct constructor or struct schema. Value: `%s`.',arg));
151
151
}
152
152
BYTES_PER_ELEMENT=Struct.byteLength;
153
153
LAYOUT=Struct.layout;// TODO: consider whether to lazily materialize the struct layout, as this could potentially be a long string (hence increased memory consumption) depending on the complexity of the struct
0 commit comments