Skip to main content

NestedPath

Type Alias NestedPath 

Source
pub type NestedPath = Vec<String>;
Expand description

A nested field access path.

Each path represents a field access on a nested column.

Example:

  • j.a.b -> ["j", "a", "b"]

Aliased Typeยง

pub struct NestedPath { /* private fields */ }