Home
last modified time | relevance | path

Searched refs:is_fixed_size_list (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dtypes.py175 def is_fixed_size_list(t): function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dtypes.py177 def is_fixed_size_list(t): function
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dtypes.py255 def is_fixed_size_list(t): function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_types.py127 assert not types.is_fixed_size_list(a)
130 assert not types.is_fixed_size_list(b)
131 assert types.is_fixed_size_list(c)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_types.py152 assert not types.is_fixed_size_list(a)
155 assert not types.is_fixed_size_list(b)
156 assert types.is_fixed_size_list(c)
H A Dstrategies.py285 elif pa.types.is_fixed_size_list(ty):
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_types.py155 assert not types.is_fixed_size_list(a)
158 assert not types.is_fixed_size_list(b)
159 assert types.is_fixed_size_list(c)
H A Dstrategies.py289 elif pa.types.is_fixed_size_list(ty):