Package com.illumon.iris.db.v2.select
Class NumbaCompileTools
java.lang.Object
com.illumon.iris.db.v2.select.NumbaCompileTools
-
Field Details
-
NUMPY_ARRAY_PREFIX
- See Also:
-
NUMPY_ARRAY_SUFFIX_C
- See Also:
-
NUMPY_ARRAY_SUFFIX_A
- See Also:
-
pythonVersion
-
-
Constructor Details
-
NumbaCompileTools
public NumbaCompileTools()
-
-
Method Details
-
toPyType
Returns a numba recognizable type string corresponding to a DH cell type- Parameters:
type
- The main cell typecomponentType
- The component type in case the main type is a DbArraynoFail
- Indicate whether the method is supposed to throw an exception of silently return null in case of mismatch- Returns:
-
toJavaType
-