Method
PushBackStatementData
(sd *StatementDescription, resultFormats []int16)
Source from the content-addressed store, hash-verified
| 2370 | } |
| 2371 | |
| 2372 | func (s *pipelineState) PushBackStatementData(sd *StatementDescription, resultFormats []int16) { |
| 2373 | s.statementDescriptionsQueue.PushBack(sd) |
| 2374 | s.resultFormatsQueue.PushBack(resultFormats) |
| 2375 | } |
| 2376 | |
| 2377 | func (s *pipelineState) ExtractFrontStatementData() (*StatementDescription, []int16) { |
| 2378 | sdElem := s.statementDescriptionsQueue.Front() |
Tested by
no test coverage detected