Class CreateTableDMLQuery

    • Constructor Detail

      • CreateTableDMLQuery

        public CreateTableDMLQuery​(String dataSetId,
                                   String tableName,
                                   String schema,
                                   Duration expiration)
        Parameters:
        dataSetId - a BQ dataset where to place the table.
        tableName - The name of the table to create
        schema - The table schema, using legal BQ syntax (e.g. "(a STRING, b INT64)")
        expiration - The time till table expiration. Measured from query execution (i.e. call to getSQL()). Use null for no expiration.