Home
last modified time | relevance | path

Searched refs:is_fixed_size_binary (Results 1 – 17 of 17) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/docs/source/python/api/
H A Ddatatypes.rst153 is_fixed_size_binary
/dports/databases/arrow/apache-arrow-6.0.1/docs/source/python/api/
H A Ddatatypes.rst163 is_fixed_size_binary
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A Dtypes.py288 def is_fixed_size_binary(t): function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/docs/source/python/api/
H A Ddatatypes.rst153 is_fixed_size_binary
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A Dtypes.py290 def is_fixed_size_binary(t): function
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A Dtypes.py432 def is_fixed_size_binary(t): function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_internal.cc252 is_fixed_size_binary(type_id)); in CanCastFromDictionary()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_internal.cc267 is_fixed_size_binary(type_id)); in CanCastFromDictionary()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dtype_traits.h758 static inline bool is_fixed_size_binary(Type::type type_id) {
770 return is_primitive(type_id) || is_dictionary(type_id) || is_fixed_size_binary(type_id);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dkernel.cc257 return is_fixed_size_binary(type.id()); in Matches()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_types.py203 assert types.is_fixed_size_binary(pa.binary(5))
204 assert not types.is_fixed_size_binary(pa.binary())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_types.py228 assert types.is_fixed_size_binary(pa.binary(5))
229 assert not types.is_fixed_size_binary(pa.binary())
H A Dstrategies.py279 elif pa.types.is_fixed_size_binary(ty):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dtype_traits.h916 static inline bool is_fixed_size_binary(Type::type type_id) {
929 return is_primitive(type_id) || is_dictionary(type_id) || is_fixed_size_binary(type_id);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dtype_traits.h950 static inline bool is_fixed_size_binary(Type::type type_id) {
963 return is_primitive(type_id) || is_dictionary(type_id) || is_fixed_size_binary(type_id);
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dstrategies.py283 elif pa.types.is_fixed_size_binary(ty):
H A Dtest_types.py235 assert types.is_fixed_size_binary(pa.binary(5))
236 assert not types.is_fixed_size_binary(pa.binary())