Package org.yamcs.yarch.streamsql
Interface ResultListener
public interface ResultListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcomplete()voidvoiddefault voidstart(TupleDefinition tdef) Called at the beginning to provide the schema of the result.
-
Method Details
-
start
Called at the beginning to provide the schema of the result. Not all tuples will have all columns.- Parameters:
tdef-
-
next
-
completeExceptionally
-
complete
void complete()
-