S3 implementation of copy_to
for Presto.
S3 implementation of db_data_type
for Presto.
S3 implementation of db_explain
for Presto.
S3 implementation of db_query_rows
for Presto.
S3 implementation of db_desc
for Presto.
S3 implementation of db_query_fields
for Presto.
S3 implementation of custom escape method for sql_escape_date
S3 implementation of custom escape method for sql_escape_datetime
S3 implementation of sql_translate_env
for Presto.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | copy_to.src_presto(dest, df)
db_data_type.PrestoConnection(con, fields, ...)
db_explain.PrestoConnection(con, sql, ...)
db_query_rows.PrestoConnection(con, sql)
db_desc.PrestoConnection(x)
db_query_fields.PrestoConnection(con, sql, ...)
sql_escape_date.PrestoConnection(con, x)
sql_escape_datetime.PrestoConnection(con, x)
sql_translate_env.PrestoConnection(con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.