Interface ArrowTable.Static

  • Enclosing interface:
    ArrowTable

    public static interface ArrowTable.Static
    • Method Detail

      • fromArrowArrayAndArrowSchema

        ArrowResult<StdSharedPtr<ArrowTable>> 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
        Parameters:
        arrayAddress - Address of C ArrowArray
        schemaAddress - Address of C ArrowSchema
        Returns:
        ArrowTbale shared pointer Result