kotlingoogle-cloud-platformgoogle-bigquery

what it means by string is first class type in Bigquery?


what does first class type in SQl (BIGQUERY) strings mean? how is first class type related to reified type?


Solution

  • From what I understood, it means instances of string can be used for anything:-

    1. returned from functions

    2. passed into functions

    3. constructed at runtime

    though reified type still remains a mystery.