pub enum OpKind {
Show 25 variants
ScanNodes,
ScanRels,
Expand,
OptionalExpand,
SemiExpand,
ExpandVarLen,
Filter,
BlockMarker,
Project,
Aggregate,
Sort,
Limit,
Unwind,
PathConstruct,
Union,
CreateNode,
CreateRel,
Merge,
Delete,
SetProperty,
RemoveProperty,
VectorScan,
Rerank,
Return,
ConstRow,
}Variants§
ScanNodes
ScanRels
Expand
OptionalExpand
SemiExpand
ExpandVarLen
Filter
BlockMarker
Project
Aggregate
Sort
Limit
Unwind
PathConstruct
Union
CreateNode
CreateRel
Merge
Delete
SetProperty
RemoveProperty
VectorScan
Rerank
Return
ConstRow
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OpKind
impl<'de> Deserialize<'de> for OpKind
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 Ord for OpKind
impl Ord for OpKind
Source§impl PartialOrd for OpKind
impl PartialOrd for OpKind
impl Copy for OpKind
impl Eq for OpKind
impl StructuralPartialEq for OpKind
Auto Trait Implementations§
impl Freeze for OpKind
impl RefUnwindSafe for OpKind
impl Send for OpKind
impl Sync for OpKind
impl Unpin for OpKind
impl UnsafeUnpin for OpKind
impl UnwindSafe for OpKind
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