Skip to content

SQL compatibility

lanzagar edited this page Sep 26, 2014 · 13 revisions

Data

  • SQL Table [O(n) for varchar columns], missing type-hints
  • Data Info [O(n)]
  • X Data Sampler
  • Select Columns [O(1)]
  • Select Rows [O(n) to check output size?]
  • Data Table [O(n)]
  • X Rank
  • X Merge Data
  • X Concatenate
  • X Impute
  • X Edit Domain
  • Python Script
  • ? Image Viewer (untested)
  • E Continuize
  • Discretize [O(n)]
  • X Feature Constructor
  • X Purge Domain
  • Save [O(n)]

Visualize

  • Box plot [O(n)]
  • Distributions [O(n)]
  • Heat map [O(n)]
  • X Parallel Coordinates
  • Mosaic [O(n)], error on cont. data (fix discretization)
  • Scatter plot [O(n)], send selection does not work
  • Sieve Diagram [O(n)], error on cont. (fix discretization)

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)