Structsยง
- The Main FFI type
PyVector
that is used both in RustPython and PyO3
Functionsยง
- arrow_
rfloordiv ๐Performsval / arr
, but cast to i64. - arrow_
rsub ๐Performsval - arr
. - arrow_
rtruediv ๐Performsval / arr
- cast ๐
- get_
arrow_ ๐op get corresponding arrow op function according to given PyComaprsionOp - get_
arrow_ ๐scalar_ op get corresponding arrow scalar op function according to given PyComaprsionOp - is_
float ๐ - is_
signed ๐ - is_
unsigned ๐ - rspy_
is_ ๐pyobj_ scalar if this pyobj can be cast to a scalar value(i.e Null/Int/Float/Bool) - to_
type_ ๐error - convert a DataType
Value
into aPyObjectRef
- wrap_
result ๐
Type Aliasesยง
- PyVector
Ref ๐