Method
stream_scalars
(
self,
statement: TypedReturnsRows[_T],
parameters: Optional[_CoreSingleExecuteParams] = None,
*,
execution_options: Optional[CoreExecuteOptionsParameter] = None,
)
Source from the content-addressed store, hash-verified
| 766 | |
| 767 | @overload |
| 768 | def stream_scalars( |
| 769 | self, |
| 770 | statement: TypedReturnsRows[_T], |
| 771 | parameters: Optional[_CoreSingleExecuteParams] = None, |
| 772 | *, |
| 773 | execution_options: Optional[CoreExecuteOptionsParameter] = None, |
| 774 | ) -> GeneratorStartableContext[AsyncScalarResult[_T]]: ... |
| 775 | |
| 776 | @overload |
| 777 | def stream_scalars( |
Callers
nothing calls this directly
Tested by
no test coverage detected