I want to capture total row processed count of the last ran query in Vertica VSQL shell.
I know this can be done programmatically, but that is not the question here.
For the answer, any system table pointers will also help, or Vertica maintained variable.
For e.g. in Teradata database system I know of variable activity_count
which keeps count of records processed in last executed query.