mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 05:32:17 +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
|
@ -10,8 +10,6 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#[cfg(not(feature = "std"))]
|
||||
use alloc::boxed::Box;
|
||||
#[cfg(not(feature = "std"))]
|
||||
use alloc::string::String;
|
||||
use core::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue