Table.from constructor

Table.from(
  1. String a
)

Implementation

Table.from(String a)
    : table = StringQuery(a),
      sample = true;