vinum

  • Installation
  • Getting started
  • SQL
  • API reference.
  • SELECT
  • SQL Operators
  • Built in functions
  • User Defined Functions

SQLΒΆ

Currently, only SELECT statement is supported.

SQL Reference:

  • SELECT
  • SQL Operators
    • Unary
    • Math
    • Binary
    • Logical
    • String
  • Built in functions
    • Numpy functions
      • np.*
    • Type cast functions
      • to_bool
      • to_float
      • to_int
      • to_str
    • Math functions
      • abs
      • sqrt
      • cos
      • sin
      • tan
      • power
      • log
      • log2
      • log10
    • Math constants
      • e
      • pi
    • String functions
      • concat
      • upper
      • lower
    • Datetime functions
      • date
      • datetime
      • from_timestamp
      • timedelta
      • is_busday
    • Aggregate functions
      • count
      • min
      • max
      • sum
      • avg
  • User Defined Functions
    • register_numpy
    • register_python
Getting started SELECT

© Copyright 2020, Dmitry Koval.
Created using Sphinx 3.5.2.