Home
last modified time | relevance | path

Searched refs:is_large_binary (Results 1 – 12 of 12) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/docs/source/python/api/
H A Ddatatypes.rst150 is_large_binary
/dports/databases/arrow/apache-arrow-6.0.1/docs/source/python/api/
H A Ddatatypes.rst160 is_large_binary
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dtypes.py252 def is_large_binary(t): function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/docs/source/python/api/
H A Ddatatypes.rst150 is_large_binary
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_types.py193 assert types.is_large_binary(pa.large_binary())
194 assert not types.is_large_binary(pa.large_string())
195 assert not types.is_large_binary(pa.binary())
196 assert not types.is_large_binary(pa.string())
H A Dstrategies.py206 elif pa.types.is_binary(type) or pa.types.is_large_binary(type):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dtypes.py254 def is_large_binary(t): function
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dtypes.py376 def is_large_binary(t): function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_types.py218 assert types.is_large_binary(pa.large_binary())
219 assert not types.is_large_binary(pa.large_string())
220 assert not types.is_large_binary(pa.binary())
221 assert not types.is_large_binary(pa.string())
H A Dstrategies.py275 elif pa.types.is_binary(ty) or pa.types.is_large_binary(ty):
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_types.py225 assert types.is_large_binary(pa.large_binary())
226 assert not types.is_large_binary(pa.large_string())
227 assert not types.is_large_binary(pa.binary())
228 assert not types.is_large_binary(pa.string())
H A Dstrategies.py279 elif pa.types.is_binary(ty) or pa.types.is_large_binary(ty):