Example #1
0
 /**
  * Returns the projection schema of this scanner. If specific columns were not specified during
  * scanner creation, the table schema is returned.
  *
  * @return the projection schema for this scanner
  */
 public Schema getProjectionSchema() {
   return asyncScanner.getProjectionSchema();
 }