@FunctionalInterface public static interface QueryStream.PartsHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
onIssues(Issue[] issues) |
void |
onNextPart(QueryResultPart part) |
default void |
onNextRawPart(long index,
tech.ydb.proto.ValueProtos.ResultSet rs) |
default void onIssues(Issue[] issues)
void onNextPart(QueryResultPart part)
default void onNextRawPart(long index,
tech.ydb.proto.ValueProtos.ResultSet rs)
Copyright © 2025. All rights reserved.