Ejemplo n.º 1
0
    def _call_fut(self, value, field):
        from google.cloud.bigquery._helpers import _timestamp_from_json

        return _timestamp_from_json(value, field)
Ejemplo n.º 2
0
 def _call_fut(self, value, field):
     from google.cloud.bigquery._helpers import _timestamp_from_json
     return _timestamp_from_json(value, field)