Skip to content

Commit

Permalink
Merge branch 'main' of github.com:linux-china/prql
Browse files Browse the repository at this point in the history
# Conflicts:
#	prql-java/DEVELOPMENT.md
  • Loading branch information
linux-china committed Mar 1, 2023
2 parents 5b71f5a + 7bc823f commit baf1e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prql-java/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ We implement Rust bindings to Java with
[JNI](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/).

First, define a native method --
`public static native String toSql(String query, String target, boolean format, boolean signature)` for PrqlCompiler,
`toJson` is same.
`public static native String toSql(String query, String target, boolean format, boolean signature)`
for PrqlCompiler, `toJson` is same.

And then implement it in Rust with this
[crate](https://docs.rs/jni/latest/jni/).
Expand Down

0 comments on commit baf1e41

Please sign in to comment.