pub type PbCreateTableRequest = CreateTableRequest;
Expand description
Alias for CreateTableRequest
.
Aliased Type§
struct PbCreateTableRequest {
pub source: Option<Source>,
pub materialized_view: Option<Table>,
pub fragment_graph: Option<StreamFragmentGraph>,
pub job_type: i32,
}
Fields§
§source: Option<Source>
An optional field and will be Some
for tables with an external connector. If so, the table
will subscribe to the changes of the external connector and materialize the data.
materialized_view: Option<Table>
§fragment_graph: Option<StreamFragmentGraph>
§job_type: i32