[][src]Module nu_protocol::value::column_path

Structs

ColumnPath

The fundamental path primitive to descrive how to navigate through a table to get to a sub-item. A path member can be either a word or a number. Words/strings are taken to mean a column name, and numbers are the row number. Taken together they describe which column or row to narrow to in order to get data.

PathMember

A basic piece of a ColumnPath, which describes the steps to take through a table to arrive a cell, row, or inner table

Enums

UnspannedPathMember

A PathMember that has yet to be spanned so that it can be used in later processing