Home
last modified time | relevance | path

Searched defs:fieldTypes (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/
H A DUnsafeRowConverterSuite.scala37 val fieldTypes: Array[DataType] = Array(LongType, LongType, IntegerType) constant
75 val fieldTypes: Array[DataType] = Array(LongType, StringType, BinaryType) constant
94 val fieldTypes: Array[DataType] = Array(LongType, StringType, DateType, TimestampType) constant
123 val fieldTypes: Array[DataType] = Array( constant
244 val fieldTypes: Array[DataType] = Array(FloatType, DoubleType) constant
259 val fieldTypes: Array[DataType] = Array( constant
321 val fieldTypes: Array[DataType] = Array( constant
351 val fieldTypes: Array[DataType] = Array( constant
397 val fieldTypes: Array[DataType] = Array( constant
436 val fieldTypes: Array[DataType] = Array( constant
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/types/
H A DStructType.scala333 val fieldTypes = fields.view.map(field => s"${field.name}:${field.dataType.simpleString}") constant
339 val fieldTypes = fields.map(field => s"${field.name}:${field.dataType.catalogString}") constant
344 val fieldTypes = fields.map(f => s"${quoteIdentifier(f.name)}: ${f.dataType.sql}") constant
350 val fieldTypes = fields.take(maxNumberFields).map { constant
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/test/java/com/servingxml/util/record/
H A DFixedLayoutRecordBuilderTest.java57 FieldType[] fieldTypes = new FieldType[]{ in testVolume() local
91 FieldType[] fieldTypes = new FieldType[]{ in testAppend() local
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/record/
H A DRecordTypeImpl.java37 private final FieldType[] fieldTypes; field in RecordTypeImpl
52 public RecordTypeImpl(Name recordTypeName, FieldType[] fieldTypes) { in RecordTypeImpl()
H A DFixedLayoutRecordBuilder.java38 private final FieldType[] fieldTypes; field in FixedLayoutRecordBuilder
H A DRecordBuilder.java46 private FieldType[] fieldTypes; field in RecordBuilder
H A DRecordTypeBuilder.java40 private FieldType[] fieldTypes; field in RecordTypeBuilder
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/backends/
H A Distlvectorbackend.hh26 auto fieldTypes(V&& v) in fieldTypes() function
33 auto fieldTypes(V&& v) in fieldTypes() function
63 constexpr auto fieldTypes() in fieldTypes() function
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmfieldcalculator.cpp68 …const QStringList fieldTypes = QStringList( {QObject::tr( "Float" ), QObject::tr( "Integer" ), QOb… in initParameters() local
111 …QList<QVariant::Type> fieldTypes( {QVariant::Double, QVariant::Int, QVariant::String, QVariant::Da… in prepareAlgorithm() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmfieldcalculator.cpp68 …QStringList fieldTypes = QStringList( {QObject::tr( "Float" ), QObject::tr( "Integer" ), QObject::… in initParameters() local
111 …QList<QVariant::Type> fieldTypes( {QVariant::Double, QVariant::Int, QVariant::String, QVariant::Da… in prepareAlgorithm() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/qa/integration/forms/
H A DListBox.java81 final String[] fieldTypes = fieldTypesDefinitions[0]; in checkForeignKeys() local
269 final String[] fieldTypes = fieldDefinitions[0]; in impl_createForm() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/qa/integration/forms/
H A DListBox.java81 final String[] fieldTypes = fieldTypesDefinitions[0]; in checkForeignKeys() local
269 final String[] fieldTypes = fieldDefinitions[0]; in impl_createForm() local
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/templates/
H A DlistCustomFieldsSuccess.php159 $fieldTypes = $form->getFieldTypes(); variable
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/number/
H A DNumberFormatAnnotationFormatterFactory.java45 private final Set<Class<?>> fieldTypes; field in NumberFormatAnnotationFormatterFactory
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp40 MlirType const *fieldTypes, in mlirLLVMStructTypeLiteralGet()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp40 MlirType const *fieldTypes, in mlirLLVMStructTypeLiteralGet()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp40 MlirType const *fieldTypes, in mlirLLVMStructTypeLiteralGet()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp40 MlirType const *fieldTypes, in mlirLLVMStructTypeLiteralGet()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/support/
H A DDefaultFormattingConversionService.java112 private final Set<Class<?>> fieldTypes; field in DefaultFormattingConversionService.NoJodaDateTimeFormatAnnotationFormatterFactory
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/validation/validator/file/
H A Dmimetype.zep.c101 …zval *validation, validation_sub, *field, field_sub, fieldTypes, mime, replacePairs, tmp, types, v… in PHP_METHOD() local
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/src/
H A DFieldStorageConfigListBuilder.php27 protected $fieldTypes; variable in Drupal\\field_ui\\FieldStorageConfigListBuilder
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/src/
H A DFieldStorageConfigListBuilder.php36 protected $fieldTypes; variable in Drupal\\field_ui\\FieldStorageConfigListBuilder
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/main/java/org/springframework/format/datetime/joda/
H A DJodaDateTimeFormatAnnotationFormatterFactory.java52 private final Set<Class<?>> fieldTypes; field in JodaDateTimeFormatAnnotationFormatterFactory
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/sources/
H A DSimpleTextRelation.scala77 val fieldTypes = dataSchema.map(_.dataType) constant
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DXPathExpressionFactory.java82 FieldType[] fieldTypes = new FieldType[]{fieldType}; in XPathExpressionFactory() local

1234567891011