MCPcopy Create free account
hub / github.com/apache/arrow-rs / default

Function default

arrow-buffer/src/builder/mod.rs:407–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405
406 #[test]
407 fn default() {
408 let builder = BufferBuilder::<u32>::default();
409 assert!(builder.is_empty());
410 assert!(builder.buffer.is_empty());
411 assert_eq!(builder.buffer.capacity(), 0);
412 }
413
414 #[test]
415 fn from_iter() {

Callers 15

serde_struct_typeFunction · 0.85
newMethod · 0.85
new_dictMethod · 0.85
fmtMethod · 0.85
newMethod · 0.85
with_capacityMethod · 0.85
fromMethod · 0.85
emptyMethod · 0.85
serialize_metadataMethod · 0.85
validateMethod · 0.85
validFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected