sql-machine-learning / jsqlflow

SQLFlow client in Java
Apache License 2.0
7 stars 9 forks source link

Build SQLFlow client by Builder pattern #14

Closed weiguoz closed 4 years ago

weiguoz commented 4 years ago

SQLFlow client = SQLFlowImpl.Builder.newInstance().withChannel(channel).build();