substrait_
explain
0.1.0
Kinded
Required Methods
kind
Implementations on Foreign Types
LiteralType
Implementors
In substrait_
explain::
textify::
expressions
substrait_explain
::
textify
::
expressions
Trait
Kinded
Copy item path
Source
trait Kinded { // Required method fn
kind
(&self, ctx: &
SimpleExtensions
) ->
Option
<
Kind
>; }
Required Methods
§
Source
fn
kind
(&self, ctx: &
SimpleExtensions
) ->
Option
<
Kind
>
Implementations on Foreign Types
§
Source
§
impl
Kinded
for
LiteralType
Source
§
fn
kind
(&self, _ctx: &
SimpleExtensions
) ->
Option
<
Kind
>
Implementors
§