思维导图备注

Presto 0.220 Documentation
首页 AI助手 白天 夜间 BookChat 小程序 小程序 阅读
  • 书签 我的书签
  • 添加书签 添加书签 移除书签 移除书签

10. Developer Guide

 Github  来源:Presto 浏览 723 扫码 2019-05-19 09:07:14
  • 10. Developer Guide

    10. Developer Guide

    This guide is intended for Presto contributors and plugin developers.

    • 10.1. SPI Overview
    • 10.2. Connectors
    • 10.3. Example HTTP Connector
    • 10.4. Types
    • 10.5. Functions
    • 10.6. System Access Control
    • 10.7. Password Authenticator
    • 10.8. Event Listener
    当前内容版权归 Presto 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Presto .
    上一篇:
    下一篇:
    • 书签
    • 添加书签 移除书签
    • Presto v0.295 Documentation
    • Presto v0.289 Documentation
    • Presto v0.285 Documentation
    • Presto v0.280 Documentation
    • Presto 0.275 Documentation
    • Presto 0.272.1 Documentation
    • Presto 0.268 Documentation
    • Presto 0.257 Documentation
    • Presto 0.245.1 Documentation
    • Presto 0.242 Documentation
    • Presto 0.237 Documentation
    • Presto 0.236 Documentation
    • Presto 0.234 Documentation
    • Presto 0.229 Documentation
    • Presto 0.221 Documentation
    • Presto 0.220 Documentation
    • Presto 0.206 Documentation
    • 1. Overview
      • 1.1. Use Cases
      • 1.2. Presto Concepts
    • 2. Installation
      • 2.1. Deploying Presto
      • 2.2. Command Line Interface
      • 2.3. JDBC Driver
      • 2.4. Presto Verifier
      • 2.5. Benchmark Driver
      • 2.6. Web Connector for Tableau
    • 3. Security
      • 3.1. Coordinator Kerberos Authentication
      • 3.2. CLI Kerberos Authentication
      • 3.3. LDAP Authentication
      • 3.4. Java Keystores and Truststores
      • 3.5. Built-in System Access Control
      • 3.6. Secure Internal Communication
    • 4. Administration
      • 4.1. Web Interface
      • 4.2. Tuning Presto
      • 4.3. Properties Reference
      • 4.4. Spill to Disk
      • 4.5. Resource Groups
      • 4.6. Session Property Managers
      • 4.7. Distributed sort
    • 5. Connectors
      • 5.1. Accumulo Connector
      • 5.2. Black Hole Connector
      • 5.3. Cassandra Connector
      • 5.4. Elasticsearch Connector
      • 5.5. Hive Connector
      • 5.6. Hive Security Configuration
      • 5.7. JMX Connector
      • 5.8. Kafka Connector
      • 5.9. Kafka Connector Tutorial
      • 5.10. Kudu Connector
      • 5.11. Local File Connector
      • 5.12. Memory Connector
      • 5.13. MongoDB Connector
      • 5.14. MySQL Connector
      • 5.15. PostgreSQL Connector
      • 5.16. Redis Connector
      • 5.17. Redshift Connector
      • 5.18. SQL Server Connector
      • 5.19. System Connector
      • 5.20. Thrift Connector
      • 5.21. TPCDS Connector
      • 5.22. TPCH Connector
    • 6. Functions and Operators
      • 6.1. Logical Operators
      • 6.2. Comparison Functions and Operators
      • 6.3. Conditional Expressions
      • 6.4. Lambda Expressions
      • 6.5. Conversion Functions
      • 6.6. Mathematical Functions and Operators
      • 6.7. Bitwise Functions
      • 6.8. Decimal Functions and Operators
      • 6.9. String Functions and Operators
      • 6.10. Regular Expression Functions
      • 6.11. Binary Functions and Operators
      • 6.12. JSON Functions and Operators
      • 6.13. Date and Time Functions and Operators
      • 6.14. Aggregate Functions
      • 6.15. Window Functions
      • 6.16. Array Functions and Operators
      • 6.17. Map Functions and Operators
      • 6.18. URL Functions
      • 6.19. Geospatial Functions
      • 6.20. HyperLogLog Functions
      • 6.21. Quantile Digest Functions
      • 6.22. Color Functions
      • 6.23. Session Information
      • 6.24. Teradata Functions
    • 7. SQL Language
      • 7.1. Data Types
      • 7.2. Reserved Keywords
    • 8. SQL Statement Syntax
      • 8.1. ALTER SCHEMA
      • 8.2. ALTER TABLE
      • 8.3. ANALYZE
      • 8.4. CALL
      • 8.5. COMMIT
      • 8.6. CREATE ROLE
      • 8.7. CREATE SCHEMA
      • 8.8. CREATE TABLE
      • 8.9. CREATE TABLE AS
      • 8.10. CREATE VIEW
      • 8.11. DEALLOCATE PREPARE
      • 8.12. DELETE
      • 8.13. DESCRIBE
      • 8.14. DESCRIBE INPUT
      • 8.15. DESCRIBE OUTPUT
      • 8.16. DROP ROLE
      • 8.17. DROP SCHEMA
      • 8.18. DROP TABLE
      • 8.19. DROP VIEW
      • 8.20. EXECUTE
      • 8.21. EXPLAIN
      • 8.22. EXPLAIN ANALYZE
      • 8.23. GRANT
      • 8.24. GRANT ROLES
      • 8.25. INSERT
      • 8.26. PREPARE
      • 8.27. RESET SESSION
      • 8.28. REVOKE
      • 8.29. REVOKE ROLES
      • 8.30. ROLLBACK
      • 8.31. SELECT
      • 8.32. SET ROLE
      • 8.33. SET SESSION
      • 8.34. SHOW CATALOGS
      • 8.35. SHOW COLUMNS
      • 8.36. SHOW CREATE TABLE
      • 8.37. SHOW CREATE VIEW
      • 8.38. SHOW FUNCTIONS
      • 8.39. SHOW GRANTS
      • 8.40. SHOW ROLE GRANTS
      • 8.41. SHOW ROLES
      • 8.42. SHOW SCHEMAS
      • 8.43. SHOW SESSION
      • 8.44. SHOW STATS
      • 8.45. SHOW TABLES
      • 8.46. START TRANSACTION
      • 8.47. USE
      • 8.48. VALUES
    • 9. Migration
      • 9.1. Migrating From Hive
    • 10. Developer Guide
      • 10.1. SPI Overview
      • 10.2. Connectors
      • 10.3. Example HTTP Connector
      • 10.4. Types
      • 10.5. Functions
      • 10.6. System Access Control
      • 10.7. Password Authenticator
      • 10.8. Event Listener
    • 11. Release Notes
    暂无相关搜索结果!

      本文档使用 BookStack 构建

      文章二维码

      手机扫一扫,轻松掌上读

      文档下载

      • 普通下载
      • 下载码下载(免登录无限下载)
      你与大神的距离,只差一个APP
      APP下载
      请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
      PDF文档 EPUB文档 MOBI文档
      温馨提示 每天每在网站阅读学习一分钟时长可下载一本电子书,每天连续签到可增加阅读时长
      下载码方式下载:免费、免登录、无限制。 免费获取下载码

      微信小程序阅读

      BookChat 微信小程序阅读
      您与他人的薪资差距,只差一个随时随地学习的小程序

      书签列表

        阅读记录

        阅读进度: 0.00% ( 0/0 ) 重置阅读进度

          欢迎使用AI助手 AI助手
          全屏 缩小 隐藏 清空