risingwave_frontend::handler::create_source

Function extract_protobuf_table_schema

source
async fn extract_protobuf_table_schema(
    schema: &ProtobufSchema,
    with_properties: &WithOptionsSecResolved,
    format_encode_options: &mut BTreeMap<String, String>,
) -> Result<Vec<ColumnCatalog>, RwError>
Expand description

Map a protobuf schema to a relational schema.