public TableTypeBuilder(UsqlContext context) { _context = context; }
public TableTypeBuilder() { _context = new NullUsqlContext(); }