Home
last modified time | relevance | path

Searched refs:PRIMITIVE_TYPES (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/
H A DTCLIServiceConstants.java36 public static final Set<TTypeId> PRIMITIVE_TYPES = new HashSet<TTypeId>(); field in TCLIServiceConstants
38 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.BOOLEAN_TYPE);
39 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.TINYINT_TYPE);
41 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.INT_TYPE);
42 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.BIGINT_TYPE);
43 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.FLOAT_TYPE);
44 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.DOUBLE_TYPE);
45 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.STRING_TYPE);
49 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.NULL_TYPE);
50 PRIMITIVE_TYPES.add(org.apache.hive.service.cli.thrift.TTypeId.DATE_TYPE);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-di/phpdoc-reader/src/PhpDocReader/
H A DPhpDocReader.php20 private const PRIMITIVE_TYPES = [ define in PhpDocReader\\PhpDocReader
84 if (isset(self::PRIMITIVE_TYPES[$type])) {
86 return self::PRIMITIVE_TYPES[$type];
175 if (isset(self::PRIMITIVE_TYPES[$type])) {
177 return self::PRIMITIVE_TYPES[$type];
/dports/www/elgg/elgg-3.3.23/vendor/php-di/phpdoc-reader/src/PhpDocReader/
H A DPhpDocReader.php20 private const PRIMITIVE_TYPES = [ define in PhpDocReader\\PhpDocReader
84 if (isset(self::PRIMITIVE_TYPES[$type])) {
86 return self::PRIMITIVE_TYPES[$type];
175 if (isset(self::PRIMITIVE_TYPES[$type])) {
177 return self::PRIMITIVE_TYPES[$type];
/dports/www/matomo/piwik/vendor/php-di/phpdoc-reader/src/PhpDocReader/
H A DPhpDocReader.php20 private const PRIMITIVE_TYPES = [ define in PhpDocReader\\PhpDocReader
84 if (isset(self::PRIMITIVE_TYPES[$type])) {
86 return self::PRIMITIVE_TYPES[$type];
175 if (isset(self::PRIMITIVE_TYPES[$type])) {
177 return self::PRIMITIVE_TYPES[$type];
/dports/devel/py-avro/avro-1.11.0/avro/
H A Dconstants.py41 PRIMITIVE_TYPES = ( variable
59 VALID_TYPES = PRIMITIVE_TYPES + NAMED_TYPES + ("array", "map", "union", "request", "error_union")
/dports/devel/py-serializable/serializable-0.2.1/serializable/
H A Dprimitive_types.py24 PRIMITIVE_TYPES = (bool, float, NoneType) + string_types + integer_types variable
33 if isinstance(x, PRIMITIVE_TYPES):
/dports/devel/spark/spark-2.1.1/R/pkg/R/
H A Dtypes.R21 PRIMITIVE_TYPES <- as.environment(list( globalVar
48 DATA_TYPES <- as.environment(c(as.list(PRIMITIVE_TYPES), COMPLEX_TYPES))
/dports/devel/py-cffi/cffi-1.15.0/cffi/
H A Dbackend_ctypes.py275 PRIMITIVE_TYPES = { variable in CTypesBackend
294 _size = ctypes.sizeof(PRIMITIVE_TYPES[_name])
295 PRIMITIVE_TYPES['uint%d_t' % (8*_size)] = PRIMITIVE_TYPES[_name]
297 PRIMITIVE_TYPES['uintptr_t'] = PRIMITIVE_TYPES[_name]
299 PRIMITIVE_TYPES['size_t'] = PRIMITIVE_TYPES[_name]
302 _size = ctypes.sizeof(PRIMITIVE_TYPES[_name])
303 PRIMITIVE_TYPES['int%d_t' % (8*_size)] = PRIMITIVE_TYPES[_name]
305 PRIMITIVE_TYPES['intptr_t'] = PRIMITIVE_TYPES[_name]
306 PRIMITIVE_TYPES['ptrdiff_t'] = PRIMITIVE_TYPES[_name]
308 PRIMITIVE_TYPES['ssize_t'] = PRIMITIVE_TYPES[_name]
[all …]
/dports/devel/py-cffi/stage/usr/local/lib/python3.8/site-packages/cffi/
H A Dbackend_ctypes.py275 PRIMITIVE_TYPES = { variable in CTypesBackend
294 _size = ctypes.sizeof(PRIMITIVE_TYPES[_name])
295 PRIMITIVE_TYPES['uint%d_t' % (8*_size)] = PRIMITIVE_TYPES[_name]
297 PRIMITIVE_TYPES['uintptr_t'] = PRIMITIVE_TYPES[_name]
299 PRIMITIVE_TYPES['size_t'] = PRIMITIVE_TYPES[_name]
302 _size = ctypes.sizeof(PRIMITIVE_TYPES[_name])
303 PRIMITIVE_TYPES['int%d_t' % (8*_size)] = PRIMITIVE_TYPES[_name]
305 PRIMITIVE_TYPES['intptr_t'] = PRIMITIVE_TYPES[_name]
306 PRIMITIVE_TYPES['ptrdiff_t'] = PRIMITIVE_TYPES[_name]
308 PRIMITIVE_TYPES['ssize_t'] = PRIMITIVE_TYPES[_name]
[all …]
/dports/devel/py-cffi/cffi-1.15.0/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/cffi/
H A Dbackend_ctypes.py275 PRIMITIVE_TYPES = { variable in CTypesBackend
294 _size = ctypes.sizeof(PRIMITIVE_TYPES[_name])
295 PRIMITIVE_TYPES['uint%d_t' % (8*_size)] = PRIMITIVE_TYPES[_name]
297 PRIMITIVE_TYPES['uintptr_t'] = PRIMITIVE_TYPES[_name]
299 PRIMITIVE_TYPES['size_t'] = PRIMITIVE_TYPES[_name]
302 _size = ctypes.sizeof(PRIMITIVE_TYPES[_name])
303 PRIMITIVE_TYPES['int%d_t' % (8*_size)] = PRIMITIVE_TYPES[_name]
305 PRIMITIVE_TYPES['intptr_t'] = PRIMITIVE_TYPES[_name]
306 PRIMITIVE_TYPES['ptrdiff_t'] = PRIMITIVE_TYPES[_name]
308 PRIMITIVE_TYPES['ssize_t'] = PRIMITIVE_TYPES[_name]
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java79 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
302 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
322 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java79 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
302 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
322 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java81 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
304 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
324 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java81 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
304 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
324 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java81 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
304 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
324 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java81 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
304 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
324 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java81 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
304 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
324 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/linker/support/
H A DTypeUtilities.java81 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
304 return PRIMITIVE_TYPES.get(wrapperType); in getPrimitiveType()
324 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/devel/py-jsonrpclib-pelix/jsonrpclib-pelix-0.4.3.1/jsonrpclib/
H A Djsonclass.py49 (utils.DictType,) + utils.ITERABLE_TYPES + utils.PRIMITIVE_TYPES
143 if isinstance(obj, utils.PRIMITIVE_TYPES):
229 if isinstance(obj, utils.PRIMITIVE_TYPES):
H A Dutils.py136 PRIMITIVE_TYPES = STRING_TYPES + NUMERIC_TYPES + VALUE_TYPES variable
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/testset/
H A Dgenerator.py86 PRIMITIVE_TYPES = ( variable
185 target: Target, prims: Iterable[str] = PRIMITIVE_TYPES
249 prims = gen_primatives(target, PRIMITIVE_TYPES)
264 ret.update(gen_primatives(target, PRIMITIVE_TYPES))
/dports/devel/py-swagger-spec-validator/swagger_spec_validator-2.7.4/swagger_spec_validator/
H A Dvalidator12.py34 PRIMITIVE_TYPES = ['integer', 'number', 'string', 'boolean'] variable
128 if typ in PRIMITIVE_TYPES:
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DTypeUtilities.java204 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
259 final Class<?> unboxedCallSiteType = PRIMITIVE_TYPES.get(sourceType); in isMethodInvocationConvertible()
530 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DTypeUtilities.java204 private static final Map<Class<?>, Class<?>> PRIMITIVE_TYPES = invertMap(WRAPPER_TYPES); field in TypeUtilities
259 final Class<?> unboxedCallSiteType = PRIMITIVE_TYPES.get(sourceType); in isMethodInvocationConvertible()
530 return PRIMITIVE_TYPES.containsKey(type); in isWrapperType()
/dports/devel/py-azure-multiapi-storage/azure-multiapi-storage-0.6.2/azure/multiapi/storagev2/blob/v2020_02_10/_shared/avro/
H A Dschema.py70 PRIMITIVE_TYPES = frozenset([ variable
89 PRIMITIVE_TYPES,
587 if data_type not in PRIMITIVE_TYPES:
1063 if json_string in PRIMITIVE_TYPES:
1091 if data_type in PRIMITIVE_TYPES:

123