substrait-validator 0.1.4

Substrait validator
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0

//! Module for representing parsed simple extensions.

pub mod namespace;
pub mod reference;
pub mod simple;

pub use reference::Reference;