Home
last modified time | relevance | path

Searched defs:inputSchema (Results 1 – 14 of 14) sorted by relevance

/dports/devel/spark/spark-2.1.1/examples/src/main/java/org/apache/spark/examples/sql/
H A DJavaUserDefinedUntypedAggregation.java39 private StructType inputSchema; field in JavaUserDefinedUntypedAggregation.MyAverage
53 public StructType inputSchema() { in inputSchema() method in JavaUserDefinedUntypedAggregation.MyAverage
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/
H A DAggregationQuerySuite.scala35 def inputSchema: StructType = schema method
72 def inputSchema: StructType = StructType(Nil) method
98 def inputSchema: StructType = new StructType() method
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/test/
H A DDataFrameReaderWriterSuite.scala304 val inputSchema = new StructType().add("s", IntegerType, nullable = false) constant
323 val inputSchema = new StructType().add("s", StringType, nullable = false) constant
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/sql/
H A DUserDefinedUntypedAggregation.scala32 def inputSchema: StructType = StructType(StructField("inputColumn", LongType) :: Nil) method
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/expressions/
H A Dudaf.scala50 def inputSchema: StructType method
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A Dgenerators.scala80 val inputSchema = StructType(children.map(e => StructField(e.simpleString, e.dataType, true))) constant
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/CommandLineModules/Core/
H A DctkCmdLineModuleXmlValidator.cpp90 QIODevice* inputSchema = d->InputSchema; in validateInput() local
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/java/org/apache/spark/sql/hive/aggregate/
H A DMyDoubleAvg.java60 @Override public StructType inputSchema() { in inputSchema() method in MyDoubleAvg
H A DMyDoubleSum.java55 @Override public StructType inputSchema() { in inputSchema() method in MyDoubleSum
/dports/lang/mono/mono-5.10.1.57/mcs/tools/soapsuds/
H A Dsoapsuds.cs33 static string inputSchema = null; field in Runner
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/
H A DDataFrameWindowFunctionsSuite.scala277 def inputSchema: StructType = new StructType() method
/dports/devel/spark/spark-2.1.1/external/kafka-0-10-sql/src/test/scala/org/apache/spark/sql/kafka010/
H A DKafkaSinkSuite.scala360 val inputSchema = Seq(AttributeReference("value", BinaryType)()) constant
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/
H A Dobjects.scala289 private def inputSchema = inputSerializer.map(_.toAttribute).toStructType method
/dports/www/kdsoap/kdsoap-1.9.0/unittests/wsdl_document/
H A Dtest_wsdl_document.cpp570 KDSoapValue inputSchema(QLatin1String("schema"), schemaChildValues); in testAnyType() local