Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derive schema from table definition #264

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2017

  1. change Table's read type to TableColumn tomjaguarpaw#37

    In order to be able to only project columns from Table, it's read type must not have any available functions that can modify it like Column does.
    ryskajakub committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    ccd7a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1ca1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08e4dc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d128fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb02cd1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c87390c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16d9985 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    bca984e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0455c5 View commit details
    Browse the repository at this point in the history