(columnIndex int32)
| 107 | } |
| 108 | |
| 109 | func (s *SessionDataSet) GetBlobByIndex(columnIndex int32) (*Binary, error) { |
| 110 | return s.ioTDBRpcDataSet.getBinaryByIndex(columnIndex) |
| 111 | } |
| 112 | |
| 113 | func (s *SessionDataSet) GetBlob(columnName string) (*Binary, error) { |
| 114 | return s.ioTDBRpcDataSet.getBinary(columnName) |