(_ int32)
| 688 | } |
| 689 | |
| 690 | func (c *RunLengthEncodedColumn) GetBoolean(_ int32) (bool, error) { |
| 691 | return c.value.GetBoolean(0) |
| 692 | } |
| 693 | |
| 694 | func (c *RunLengthEncodedColumn) GetInt(_ int32) (int32, error) { |
| 695 | return c.value.GetInt(0) |
nothing calls this directly
no test coverage detected