mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-17 01:07:19 +00:00
Create table builder structure (#659)
* Create table builder structure * Adding comments and examples and adjusting file structure
This commit is contained in:
parent
6392a216f0
commit
a3194ddd52
6 changed files with 360 additions and 53 deletions
|
@ -15,7 +15,7 @@
|
|||
/// on this module, as it will change without notice.
|
||||
//
|
||||
// Integration tests (i.e. everything under `tests/`) import this
|
||||
// via `tests/test_utils/mod.rs`.
|
||||
// via `tests/test_utils/helpers`.
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
use alloc::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue