MCPcopy Create free account
hub / github.com/influxdata/influxdb / test_empty

Function test_empty

core/arrow_util/src/string.rs:259–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

257
258 #[test]
259 fn test_empty() {
260 let array = PackedStringArray::<u8>::new_empty(20);
261 assert_eq!(array.get(12).unwrap(), "");
262 assert_eq!(array.get(9).unwrap(), "");
263 assert_eq!(array.get(3).unwrap(), "");
264 }
265
266 #[test]
267 fn test_truncate() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…