Home
last modified time | relevance | path

Searched refs:GeneratorStream (Results 1 – 13 of 13) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dflight.py40 GeneratorStream,
H A D_flight.pyx1248 cdef class GeneratorStream(FlightDataStream): class
1258 """Create a GeneratorStream from a Python generator.
1446 if not isinstance(py_stream, GeneratorStream):
1447 raise RuntimeError("self object in callback is not GeneratorStream")
1448 stream = <GeneratorStream> py_stream
1488 "GeneratorStream. "
1499 "GeneratorStream. "
1509 raise TypeError("GeneratorStream must be initialized with "
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dflight.py51 GeneratorStream,
H A D_flight.pyx1438 cdef class GeneratorStream(FlightDataStream): class
1449 """Create a GeneratorStream from a Python generator.
1644 if not isinstance(py_stream, GeneratorStream):
1645 raise RuntimeError("self object in callback is not GeneratorStream")
1646 stream = <GeneratorStream> py_stream
1686 "GeneratorStream. "
1697 "GeneratorStream. "
1707 raise TypeError("GeneratorStream must be initialized with "
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dflight.py51 GeneratorStream,
H A D_flight.pyx1505 cdef class GeneratorStream(FlightDataStream): class
1516 """Create a GeneratorStream from a Python generator.
1714 if not isinstance(py_stream, GeneratorStream):
1715 raise RuntimeError("self object in callback is not GeneratorStream")
1716 stream = <GeneratorStream> py_stream
1762 "GeneratorStream. "
1774 "GeneratorStream. "
1785 raise TypeError("GeneratorStream must be initialized with "
/dports/databases/arrow/apache-arrow-6.0.1/docs/source/python/api/
H A Dflight.rst70 GeneratorStream
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/docs/source/python/api/
H A Dflight.rst74 GeneratorStream
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/docs/source/python/api/
H A Dflight.rst74 GeneratorStream
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_flight.py167 return flight.GeneratorStream(
222 return flight.GeneratorStream(
311 return flight.GeneratorStream(self.schema, [table1, table2])
328 return flight.GeneratorStream(self.schema, data)
329 return flight.GeneratorStream(
337 return flight.GeneratorStream(pa.schema([('a', pa.int32())]),
848 return flight.GeneratorStream(schema, [
1907 return flight.GeneratorStream(schema, itertools.repeat(rb))
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_flight.py157 return flight.GeneratorStream(
207 return flight.GeneratorStream(
296 return flight.GeneratorStream(self.schema, [table1, table2])
303 return flight.GeneratorStream(pa.schema([('a', pa.int32())]),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_flight.py163 return flight.GeneratorStream(
214 return flight.GeneratorStream(
303 return flight.GeneratorStream(self.schema, [table1, table2])
310 return flight.GeneratorStream(pa.schema([('a', pa.int32())]),
/dports/multimedia/hypnotix/hypnotix-1.4/usr/lib/hypnotix/
H A Dmpv.py681 class GeneratorStream: class
1674 return GeneratorStream(generator_fun, size)