- ScalaAggregateOperator<IN> - Class in org.apache.flink.api.scala.operators
-
This operator represents the application of a "aggregate" operation on a data set, and the
result data set produced by the function.
- ScalaAggregateOperator(DataSet<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
-
Non grouped aggregation
- ScalaAggregateOperator(Grouping<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
-
Grouped aggregation
- ScalaAggregateOperator.AggregatingUdf<T extends scala.Product> - Class in org.apache.flink.api.scala.operators
-
- ScalaCsvOutputFormat<T extends scala.Product> - Class in org.apache.flink.api.scala.operators
-
This is an OutputFormat to serialize Scala Tuples to text.
- ScalaCsvOutputFormat(Path) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Creates an instance of CsvOutputFormat.
- ScalaCsvOutputFormat(Path, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Creates an instance of CsvOutputFormat.
- ScalaCsvOutputFormat(Path, String, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Creates an instance of CsvOutputFormat.
- setAllowNullValues(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Configures the format to either allow null values (writing an empty field),
or to throw an exception when encountering a null field.
- setCharsetName(String) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Sets the charset with which the CSV strings are written to the file.
- setInputType(TypeInformation<?>, ExecutionConfig) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
The purpose of this method is solely to check whether the data type to be processed
is in fact a tuple type.
- setQuoteStrings(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
-
Configures whether the output format should quote string values.