-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
jsqlflow/src/main/java/org/sqlflow/client/MessageHandler.java
Lines 34 to 39 in 549f020
| /** | |
| * Results | |
| * | |
| * <p>TODO(weiguo): shouldn't expose `Any` | |
| */ | |
| void handleRows(List<com.google.protobuf.Any> rows); |