We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b5c48 commit 1b74680Copy full SHA for 1b74680
singlestoredb/functions/typing/numpy.py
@@ -7,6 +7,7 @@
7
BytesArray = npt.NDArray[np.bytes_]
8
Float32Array = FloatArray = npt.NDArray[np.float32]
9
Float64Array = DoubleArray = npt.NDArray[np.float64]
10
+BoolArray = npt.NDArray[np.bool_]
11
IntArray = npt.NDArray[np.int_]
12
Int8Array = npt.NDArray[np.int8]
13
Int16Array = npt.NDArray[np.int16]
0 commit comments