(columnIndex int32)
| 67 | } |
| 68 | |
| 69 | func (s *SessionDataSet) GetLongByIndex(columnIndex int32) (int64, error) { |
| 70 | return s.ioTDBRpcDataSet.getLongByIndex(columnIndex) |
| 71 | } |
| 72 | |
| 73 | func (s *SessionDataSet) GetLong(columnName string) (int64, error) { |
| 74 | return s.ioTDBRpcDataSet.getLong(columnName) |