Jason Koch
08/02/2023, 4:54 PMsetMaxRows()
vs the sql connector's `limitClause()`; seems both will do the same thing as long as streaming mode is used
so, is there a preference for each? setMaxRows()
seems more natural and relies on driver implementation, but, limit clause was added too