.. _api.sql.utils: ============== Utilities ============== ______ Create New Relations -------------------------- .. currentmodule:: verticapy .. autosummary:: :toctree: api/ create_schema create_table .. create_verticapy_schema ______ Ingest Data ------------- .. currentmodule:: verticapy .. autosummary:: :toctree: api/ insert_into See other parsers at :ref:`api.parsers`. ______ Drop Data ----------- .. currentmodule:: verticapy .. autosummary:: :toctree: api/ drop ______ Database Information --------------------- .. currentmodule:: verticapy .. autosummary:: :toctree: api/ current_session username does_table_exist has_privileges ______ Table Information ------------------- .. currentmodule:: verticapy .. autosummary:: :toctree: api/ get_data_types vertica_python_dtype .. to_tablesample .. tablesample .. readSQL .. vDataFrameSQL ______