Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit fef1336
Author: Arya Tabaie <[email protected]>
Date:   Wed Sep 11 14:21:22 2024 -0500

    fix StringArray

commit f935a2e
Author: Arya Tabaie <[email protected]>
Date:   Wed Sep 11 14:05:02 2024 -0500

    refactor move libcompressor and libdecompressor up path
  • Loading branch information
Tabaie committed Sep 11, 2024
1 parent 4aefd97 commit 7d13cb1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface GoNativeBlobDecompressor {
* @param data dictPath path to the dictionary file
* @return true if loading was successful else false
*/
fun LoadDictionary(dictPath: *String, nbDicts: Int) Boolean
fun LoadDictionary(dictPath: StringArray, nbDicts: Int) Boolean

/**
* Decompress a blob b and writes the resulting blocks in out, serialized in the format of
Expand Down

0 comments on commit 7d13cb1

Please sign in to comment.