risingwave_common

Macro schema_unnamed

source
macro_rules! schema_unnamed {
    ($($t:expr),*) => { ... };
}
Expand description

schema_unnamed builds a Schema with the given types, but without names.