risingwave_stream

Macro row_nonnull

source
macro_rules! row_nonnull {
    [$( $value:expr ),*] => { ... };
}
Expand description

row_nonnull builds a OwnedRow with concrete values. TODO: add macro row!, which requires a new trait ToScalarValue.