Content-Length: 266263 | pFad | http://github.com/psqlpy-python/rust-postgres-array/commit/5b238d8f717da0f8cc45e17e25b6cb4d36d8229e

ED Added from_parts_with_err method to Array · psqlpy-python/rust-postgres-array@5b238d8 · GitHub
Skip to content

Commit 5b238d8

Browse files
committed
Added from_parts_with_err method to Array
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent d5cbbb7 commit 5b238d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/array.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ impl<T> Array<T> {
8080
}
8181
}
8282

83+
//github.com/ Creates a new `Array` from its underlying components.
84+
//github.com/
85+
//github.com/ The data array should be provided in the higher-dimensional equivalent
86+
//github.com/ of row-major order.
87+
//github.com/
88+
//github.com/ # Error
89+
//github.com/
90+
//github.com/ Panics if the number of elements provided does not match the number of
91+
//github.com/ elements specified by the dimensions.
8392
pub fn from_parts_with_err(
8493
data: Vec<T>,
8594
dimensions: Vec<Dimension>,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/psqlpy-python/rust-postgres-array/commit/5b238d8f717da0f8cc45e17e25b6cb4d36d8229e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy