Skip to content

SQL compatibility

Lan Zagar edited this page Oct 16, 2015 · 13 revisions

Data

  • SQL Table [O(1)]
  • Data Info [O(1)]
  • X Data Sampler
  • Select Columns [O(1)]
  • Select Rows [O(1)], FIX: Purging
  • Data Table [O(1)], LIMITED to 2**32 - 1 rows
  • X Rank
  • X Merge Data
  • X Concatenate
  • X Impute
  • X Edit Domain, works on small through automatic DL/conversion
  • Python Script
  • ? Image Viewer (untested)
  • Continuize, works on small through automatic DL/conversion
  • Discretize [O(n)], IMPROVEMENT: could check if large data and sample automatically
  • X Feature Constructor
  • X Purge Domain
  • Save [O(n)]

Visualize

  • Box plot [O(1)]
  • Distributions [O(1)], binning O(n)
  • Scatter Map [O(1)]
  • X Heat Map -> SQL compatibility planned
  • Linear Projection [O(n)] -> works by downloading data; sampling planned
  • Sieve Diagram [O(1)]
  • Mosaic Display [O(1)]
  • Scatter plot [O(n)] -> works by downloading data; sampling planned
  • X Venn Diagram -> does not work with SQL (yet)
  • Parallel Coordinates

X ... does not work with SQL (e.g. uses data.X or similar)

E ... error (is supposed to work with SQL, but currently has bugs)