public void close()

in src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java [59:65]


  public void close() {
    try {
      enumerator.close();
    } catch (Exception e) {
      throw new RuntimeException("Error closing JSON reader", e);
    }
  }