Home
last modified time | relevance | path

Searched refs:createStructType (Results 1 – 25 of 108) sorted by relevance

12345

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/java/org/apache/spark/sql/types/
H A DDataTypes.java198 public static StructType createStructType(List<StructField> fields) { in createStructType() method in DataTypes
199 return createStructType(fields.toArray(new StructField[fields.size()])); in createStructType()
205 public static StructType createStructType(StructField[] fields) { in createStructType() method in DataTypes
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/java/org/apache/spark/sql/hive/aggregate/
H A DMyDoubleSum.java46 _inputDataType = DataTypes.createStructType(inputFields); in MyDoubleSum()
50 _bufferSchema = DataTypes.createStructType(bufferFields); in MyDoubleSum()
H A DMyDoubleAvg.java47 _inputDataType = DataTypes.createStructType(inputFields); in MyDoubleAvg()
55 _bufferSchema = DataTypes.createStructType(bufferFields); in MyDoubleAvg()
/dports/devel/spark/spark-2.1.1/examples/src/main/java/org/apache/spark/examples/sql/
H A DJavaUserDefinedUntypedAggregation.java45 inputSchema = DataTypes.createStructType(inputFields); in MyAverage()
50 bufferSchema = DataTypes.createStructType(bufferFields); in MyAverage()
H A DJavaSparkSQLExample.java324 StructType schema = DataTypes.createStructType(fields); in runProgrammaticSchemaExample()
/dports/devel/spark/spark-2.1.1/sql/core/src/test/java/test/org/apache/spark/sql/
H A DJavaApplySchemaSuite.java108 StructType schema = DataTypes.createStructType(fields); in applySchema()
144 StructType schema = DataTypes.createStructType(fields); in dataFrameRDDOperations()
181 StructType expectedSchema = DataTypes.createStructType(fields); in applySchemaToJSON()
H A DJavaSaveLoadSuite.java101 StructType schema = DataTypes.createStructType(fields); in saveAndLoadWithSchema()
/dports/devel/spark/spark-2.1.1/examples/src/main/java/org/apache/spark/examples/ml/
H A DJavaRFormulaExample.java44 StructType schema = createStructType(new StructField[]{ in main()
H A DJavaVectorAssemblerExample.java43 StructType schema = createStructType(new StructField[]{ in main()
H A DJavaElementwiseProductExample.java57 StructType schema = DataTypes.createStructType(fields); in main()
/dports/devel/spark/spark-2.1.1/mllib/src/test/java/org/apache/spark/ml/feature/
H A DJavaStringIndexerSuite.java39 StructType schema = createStructType(new StructField[]{ in testStringIndexer()
H A DJavaVectorAssemblerSuite.java41 StructType schema = createStructType(new StructField[]{ in testVectorAssembler()
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/api/r/
H A DSQLUtils.scala84 def createStructType(fields : Seq[StructField]): StructType = { method
128 createStructType(structFields)
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/java/org/apache/spark/sql/hive/
H A DJavaMetastoreDataSourcesSuite.java137 StructType schema = DataTypes.createStructType(fields); in saveExternalTableWithSchemaAndQueryIt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h404 DICompositeType *createStructType(
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DDIBuilder.h406 DICompositeType *createStructType(
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DDIBuilder.h398 DICompositeType *createStructType(
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DDIBuilder.h394 DICompositeType *createStructType(
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DDIBuilder.h406 DICompositeType *createStructType(
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DDIBuilder.h404 DICompositeType *createStructType(
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DDIBuilder.h398 DICompositeType *createStructType(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDIBuilder.h394 DICompositeType *createStructType(
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h406 DICompositeType *createStructType(
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DDIBuilder.h406 DICompositeType *createStructType(
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h394 DICompositeType *createStructType(

12345