pub enum DialectSupportedRelationsItem {
Show 23 variants
Variant0(DialectSupportedRelationsItemVariant0),
Variant1(ReadRelation),
Variant2(FilterRelation),
Variant3(FetchRelation),
Variant4(AggregateRelation),
Variant5(SortRelation),
Variant6(JoinRelation),
Variant7(ProjectRelation),
Variant8(SetRelation),
Variant9(ExtensionSingleRelation),
Variant10(ExtensionMultiRelation),
Variant11(ExtensionLeafRelation),
Variant12(CrossRelation),
Variant13(ReferenceRelation),
Variant14(WriteRelation),
Variant15(DdlRelation),
Variant16(UpdateRelation),
Variant17(HashJoinRelation),
Variant18(MergeJoinRelation),
Variant19(NestedLoopJoinRelation),
Variant20(ConsistentPartitionWindowRelation),
Variant21(ExchangeRelation),
Variant22(ExpandRelation),
}
Expand description
DialectSupportedRelationsItem
JSON schema
{
"oneOf": [
{
"enum": [
"READ",
"FILTER",
"FETCH",
"AGGREGATE",
"SORT",
"JOIN",
"PROJECT",
"SET",
"CROSS",
"REFERENCE",
"WRITE",
"DDL",
"UPDATE",
"HASH_JOIN",
"MERGE_JOIN",
"NESTED_LOOP_JOIN",
"CONSISTENT_PARTITION_WINDOW",
"EXCHANGE",
"EXPAND"
]
},
{
"$ref": "#/definitions/read_relation"
},
{
"$ref": "#/definitions/filter_relation"
},
{
"$ref": "#/definitions/fetch_relation"
},
{
"$ref": "#/definitions/aggregate_relation"
},
{
"$ref": "#/definitions/sort_relation"
},
{
"$ref": "#/definitions/join_relation"
},
{
"$ref": "#/definitions/project_relation"
},
{
"$ref": "#/definitions/set_relation"
},
{
"$ref": "#/definitions/extension_single_relation"
},
{
"$ref": "#/definitions/extension_multi_relation"
},
{
"$ref": "#/definitions/extension_leaf_relation"
},
{
"$ref": "#/definitions/cross_relation"
},
{
"$ref": "#/definitions/reference_relation"
},
{
"$ref": "#/definitions/write_relation"
},
{
"$ref": "#/definitions/ddl_relation"
},
{
"$ref": "#/definitions/update_relation"
},
{
"$ref": "#/definitions/hash_join_relation"
},
{
"$ref": "#/definitions/merge_join_relation"
},
{
"$ref": "#/definitions/nested_loop_join_relation"
},
{
"$ref": "#/definitions/consistent_partition_window_relation"
},
{
"$ref": "#/definitions/exchange_relation"
},
{
"$ref": "#/definitions/expand_relation"
}
]
}
Variants§
Variant0(DialectSupportedRelationsItemVariant0)
Variant1(ReadRelation)
Variant2(FilterRelation)
Variant3(FetchRelation)
Variant4(AggregateRelation)
Variant5(SortRelation)
Variant6(JoinRelation)
Variant7(ProjectRelation)
Variant8(SetRelation)
Variant9(ExtensionSingleRelation)
Variant10(ExtensionMultiRelation)
Variant11(ExtensionLeafRelation)
Variant12(CrossRelation)
Variant13(ReferenceRelation)
Variant14(WriteRelation)
Variant15(DdlRelation)
Variant16(UpdateRelation)
Variant17(HashJoinRelation)
Variant18(MergeJoinRelation)
Variant19(NestedLoopJoinRelation)
Variant20(ConsistentPartitionWindowRelation)
Variant21(ExchangeRelation)
Variant22(ExpandRelation)
Trait Implementations§
Source§impl Clone for DialectSupportedRelationsItem
impl Clone for DialectSupportedRelationsItem
Source§fn clone(&self) -> DialectSupportedRelationsItem
fn clone(&self) -> DialectSupportedRelationsItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for DialectSupportedRelationsItem
impl<'de> Deserialize<'de> for DialectSupportedRelationsItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&DialectSupportedRelationsItem> for DialectSupportedRelationsItem
impl From<&DialectSupportedRelationsItem> for DialectSupportedRelationsItem
Source§fn from(value: &DialectSupportedRelationsItem) -> Self
fn from(value: &DialectSupportedRelationsItem) -> Self
Converts to this type from the input type.
Source§impl From<AggregateRelation> for DialectSupportedRelationsItem
impl From<AggregateRelation> for DialectSupportedRelationsItem
Source§fn from(value: AggregateRelation) -> Self
fn from(value: AggregateRelation) -> Self
Converts to this type from the input type.
Source§impl From<ConsistentPartitionWindowRelation> for DialectSupportedRelationsItem
impl From<ConsistentPartitionWindowRelation> for DialectSupportedRelationsItem
Source§fn from(value: ConsistentPartitionWindowRelation) -> Self
fn from(value: ConsistentPartitionWindowRelation) -> Self
Converts to this type from the input type.
Source§impl From<CrossRelation> for DialectSupportedRelationsItem
impl From<CrossRelation> for DialectSupportedRelationsItem
Source§fn from(value: CrossRelation) -> Self
fn from(value: CrossRelation) -> Self
Converts to this type from the input type.
Source§impl From<DdlRelation> for DialectSupportedRelationsItem
impl From<DdlRelation> for DialectSupportedRelationsItem
Source§fn from(value: DdlRelation) -> Self
fn from(value: DdlRelation) -> Self
Converts to this type from the input type.
Source§impl From<DialectSupportedRelationsItemVariant0> for DialectSupportedRelationsItem
impl From<DialectSupportedRelationsItemVariant0> for DialectSupportedRelationsItem
Source§fn from(value: DialectSupportedRelationsItemVariant0) -> Self
fn from(value: DialectSupportedRelationsItemVariant0) -> Self
Converts to this type from the input type.
Source§impl From<ExchangeRelation> for DialectSupportedRelationsItem
impl From<ExchangeRelation> for DialectSupportedRelationsItem
Source§fn from(value: ExchangeRelation) -> Self
fn from(value: ExchangeRelation) -> Self
Converts to this type from the input type.
Source§impl From<ExpandRelation> for DialectSupportedRelationsItem
impl From<ExpandRelation> for DialectSupportedRelationsItem
Source§fn from(value: ExpandRelation) -> Self
fn from(value: ExpandRelation) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionLeafRelation> for DialectSupportedRelationsItem
impl From<ExtensionLeafRelation> for DialectSupportedRelationsItem
Source§fn from(value: ExtensionLeafRelation) -> Self
fn from(value: ExtensionLeafRelation) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionMultiRelation> for DialectSupportedRelationsItem
impl From<ExtensionMultiRelation> for DialectSupportedRelationsItem
Source§fn from(value: ExtensionMultiRelation) -> Self
fn from(value: ExtensionMultiRelation) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionSingleRelation> for DialectSupportedRelationsItem
impl From<ExtensionSingleRelation> for DialectSupportedRelationsItem
Source§fn from(value: ExtensionSingleRelation) -> Self
fn from(value: ExtensionSingleRelation) -> Self
Converts to this type from the input type.
Source§impl From<FetchRelation> for DialectSupportedRelationsItem
impl From<FetchRelation> for DialectSupportedRelationsItem
Source§fn from(value: FetchRelation) -> Self
fn from(value: FetchRelation) -> Self
Converts to this type from the input type.
Source§impl From<FilterRelation> for DialectSupportedRelationsItem
impl From<FilterRelation> for DialectSupportedRelationsItem
Source§fn from(value: FilterRelation) -> Self
fn from(value: FilterRelation) -> Self
Converts to this type from the input type.
Source§impl From<HashJoinRelation> for DialectSupportedRelationsItem
impl From<HashJoinRelation> for DialectSupportedRelationsItem
Source§fn from(value: HashJoinRelation) -> Self
fn from(value: HashJoinRelation) -> Self
Converts to this type from the input type.
Source§impl From<JoinRelation> for DialectSupportedRelationsItem
impl From<JoinRelation> for DialectSupportedRelationsItem
Source§fn from(value: JoinRelation) -> Self
fn from(value: JoinRelation) -> Self
Converts to this type from the input type.
Source§impl From<MergeJoinRelation> for DialectSupportedRelationsItem
impl From<MergeJoinRelation> for DialectSupportedRelationsItem
Source§fn from(value: MergeJoinRelation) -> Self
fn from(value: MergeJoinRelation) -> Self
Converts to this type from the input type.
Source§impl From<NestedLoopJoinRelation> for DialectSupportedRelationsItem
impl From<NestedLoopJoinRelation> for DialectSupportedRelationsItem
Source§fn from(value: NestedLoopJoinRelation) -> Self
fn from(value: NestedLoopJoinRelation) -> Self
Converts to this type from the input type.
Source§impl From<ProjectRelation> for DialectSupportedRelationsItem
impl From<ProjectRelation> for DialectSupportedRelationsItem
Source§fn from(value: ProjectRelation) -> Self
fn from(value: ProjectRelation) -> Self
Converts to this type from the input type.
Source§impl From<ReadRelation> for DialectSupportedRelationsItem
impl From<ReadRelation> for DialectSupportedRelationsItem
Source§fn from(value: ReadRelation) -> Self
fn from(value: ReadRelation) -> Self
Converts to this type from the input type.
Source§impl From<ReferenceRelation> for DialectSupportedRelationsItem
impl From<ReferenceRelation> for DialectSupportedRelationsItem
Source§fn from(value: ReferenceRelation) -> Self
fn from(value: ReferenceRelation) -> Self
Converts to this type from the input type.
Source§impl From<SetRelation> for DialectSupportedRelationsItem
impl From<SetRelation> for DialectSupportedRelationsItem
Source§fn from(value: SetRelation) -> Self
fn from(value: SetRelation) -> Self
Converts to this type from the input type.
Source§impl From<SortRelation> for DialectSupportedRelationsItem
impl From<SortRelation> for DialectSupportedRelationsItem
Source§fn from(value: SortRelation) -> Self
fn from(value: SortRelation) -> Self
Converts to this type from the input type.
Source§impl From<UpdateRelation> for DialectSupportedRelationsItem
impl From<UpdateRelation> for DialectSupportedRelationsItem
Source§fn from(value: UpdateRelation) -> Self
fn from(value: UpdateRelation) -> Self
Converts to this type from the input type.
Source§impl From<WriteRelation> for DialectSupportedRelationsItem
impl From<WriteRelation> for DialectSupportedRelationsItem
Source§fn from(value: WriteRelation) -> Self
fn from(value: WriteRelation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DialectSupportedRelationsItem
impl RefUnwindSafe for DialectSupportedRelationsItem
impl Send for DialectSupportedRelationsItem
impl Sync for DialectSupportedRelationsItem
impl Unpin for DialectSupportedRelationsItem
impl UnwindSafe for DialectSupportedRelationsItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more