• Introduction
  • Setup
    • Mount User Directory
  • Data Import
    • MySQL client
    • Embulk
    • Fluentd
    • Streaming Bulk Import
  • Basic Data Management
    • Table Object and Data Type
    • CREATE
    • INSERT
    • LOAD
    • UPDATE
    • SELECT
      • Join in BigObject
    • TRIM
    • DROP
    • DELETE
    • ALTER
    • RENAME
    • Comparison with MySQL
    • Admin
  • Advanced Data Analytics
    • Find by Filter
    • Discover by Association
    • Pivot Table Conversion
    • Find by Pattern
    • Tree Analysis
  • Data Visualization
    • Available Charts
    • D3.js
  • In-Data Programming
    • Tree Programming
    • Table Programming
  • HTTP Interfaces
    • Command API
      • Legacy API (deprecated)
        • HTTP and Websocket (deprecated)
        • Examples (deprecated)
          • Node.js
          • Ruby
          • Java
    • Data Import API
      • Supported Import Type
    • Lua Import API
  • Functions
    • Aggregate Functions
    • DateTime Functions
    • Math Functions
    • String Functions
    • Utility Functions
    • Lua Module Functions
  • Use Cases
    • Business Intelligence
    • Customer Analytics
  • Working with Spark
  • Error Codes
  • Release Note
    • BigObject Analytics 1.x

Functions

The functions suppported by BigObect are categorized into the following groups:

  • Aggregate Functions
  • DateTime Functions
  • Math Functions
  • String Functions
  • Utility Functions
  • Lua Module Functions