Package org.yamcs.yarch.streamsql
Interface ResultListener
public interface ResultListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete()
void
void
default void
start
(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()
-