Uses of Interface
org.apache.graphar.arrow.ArrowResult
-
Packages that use ArrowResult Package Description org.apache.graphar.arrow -
-
Uses of ArrowResult in org.apache.graphar.arrow
Methods in org.apache.graphar.arrow that return ArrowResult Modifier and Type Method Description ArrowResult<StdSharedPtr<ArrowTable>>
ArrowTable.Static. fromArrowArrayAndArrowSchema(@com.alibaba.fastffi.FFITypeAlias("struct ArrowArray*") long arrayAddress, @com.alibaba.fastffi.FFITypeAlias("struct ArrowSchema*") long schemaAddress)
Convert C ArrowArray and ArrowSchema to C++ arrow::Table with JNI wrote manually
-