JobId
risingwave_
pb
2.7.0-alpha
JobId
Aliased Type
Fields
0
Methods
as_index_id
as_mv_table_id
as_object_id
as_shared_source_id
as_sink_id
as_subscriber_id
is_mv_table_id
In risingwave_
pb::
id
risingwave_pb
::
id
Type Alias
JobId
Copy item path
Source
pub type JobId =
TypedId
<2>;
Aliased Type
§
#[repr(transparent)]
pub struct JobId(pub(crate)
u32
);
Tuple Fields
§
§
0:
u32
Implementations
§
Source
§
impl
JobId
Source
pub fn
is_mv_table_id
(self, table_id:
TableId
) ->
bool
Source
§
impl
JobId
Source
pub fn
as_sink_id
(self) ->
SinkId
Source
pub fn
as_index_id
(self) ->
IndexId
Source
pub fn
as_subscriber_id
(self) ->
SubscriberId
Source
pub fn
as_mv_table_id
(self) ->
TableId
Source
pub fn
as_shared_source_id
(self) ->
SourceId
Source
§
impl
JobId
Source
pub fn
as_object_id
(self) ->
ObjectId