addSegment adds a new bound segment.
(segment *ql.BoundSegmentLiteral)
| 544 | |
| 545 | // addSegment adds a new bound segment. |
| 546 | func (f *filter) addSegment(segment *ql.BoundSegmentLiteral) { |
| 547 | f.segments = append(f.segments, segment.Segment) |
| 548 | } |
| 549 | |
| 550 | // addSeqBoundFields receives the sequence id and the list of bound field literals |
| 551 | // and populates the list of bound fields containing the field structure convenient |