public void should_return_cql_functions_for_native_query() throws Exception {
Long id = RandomUtils.nextLong(0, Long.MAX_VALUE);
UUID date = UUIDGen.getTimeUUID();
manager.insert(new ClusteredEntityWithTimeUUID(id, date, "value"));
RegularStatement statement = select()
.fcall("now")
.fcall("dateOf", column("date"))
.fcall("unixTimestampOf", column("date"))