(columnName string)
| 71 | } |
| 72 | |
| 73 | func (s *SessionDataSet) GetLong(columnName string) (int64, error) { |
| 74 | return s.ioTDBRpcDataSet.getLong(columnName) |
| 75 | } |
| 76 | |
| 77 | func (s *SessionDataSet) GetObjectByIndex(columnIndex int32) (interface{}, error) { |
| 78 | return s.ioTDBRpcDataSet.getObjectByIndex(columnIndex) |