(columnIndex int32)
| 43 | } |
| 44 | |
| 45 | func (s *SessionDataSet) GetDoubleByIndex(columnIndex int32) (float64, error) { |
| 46 | return s.ioTDBRpcDataSet.getDoubleByIndex(columnIndex) |
| 47 | } |
| 48 | |
| 49 | func (s *SessionDataSet) GetDouble(columnName string) (float64, error) { |
| 50 | return s.ioTDBRpcDataSet.getDouble(columnName) |