Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
algosday committed Mar 31, 2023
1 parent 96fb1c7 commit f63a6b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public int getInt(int index) {
}

public long getLong(int index) {
System.err.println(Binding.rowGetInt64Value(pointer, index));
return Binding.rowGetInt64Value(pointer, index);
}

Expand Down

0 comments on commit f63a6b3

Please sign in to comment.