TableRef constructor

TableRef(
  1. TableSchema schema
)

Creates a distinct occurrence, even when the schema is shared.

Implementation

TableRef(this.schema);