Package org.yamcs.yarch.streamsql
Class CreateOutputStreamStatement
java.lang.Object
org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
org.yamcs.yarch.streamsql.CreateOutputStreamStatement
- All Implemented Interfaces:
StreamSqlStatement
-
Constructor Summary
ConstructorDescriptionCreateOutputStreamStatement
(String streamName, org.yamcs.yarch.streamsql.StreamExpression expression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ExecutionContext c, Consumer<Tuple> consumer) protected TupleDefinition
Methods inherited from class org.yamcs.yarch.streamsql.SimpleStreamSqlStatement
execute, execute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.yamcs.yarch.streamsql.StreamSqlStatement
execute
-
Constructor Details
-
CreateOutputStreamStatement
public CreateOutputStreamStatement(String streamName, org.yamcs.yarch.streamsql.StreamExpression expression)
-
-
Method Details
-
execute
- Specified by:
execute
in classSimpleStreamSqlStatement
- Throws:
StreamSqlException
-
getResultDefinition
- Overrides:
getResultDefinition
in classSimpleStreamSqlStatement
-