As discussed on gitter with Win x64, an Oracle database, cx_oracle, Python 3.4 and blaze 0.9.0 I get the below behaviour:
In [65]: temp.forecasttime
Out[65]:
forecasttime
0 01-Apr-2010 07:00
1 01-Apr-2010 07:00
2 01-Apr-2010 07:00
3 01-Apr-2010 07:00
4 01-Apr-2010 07:00
5 01-Apr-2010 07:00
6 01-Apr-2010 07:00
7 01-Apr-2010 07:00
8 01-Apr-2010 07:00
9 01-Apr-2010 07:00
...
In [66]: temp.forecasttime.max()
Out[66]: <sqlalchemy.sql.selectable.Select at 0xf7e3198; Select object>
As discussed on gitter with Win x64, an Oracle database, cx_oracle, Python 3.4 and blaze 0.9.0 I get the below behaviour: