Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

accumulate(LastDatedValueFunction.Accumulator<T>, T, LocalDate) - Method in class org.apache.flink.table.examples.java.functions.LastDatedValueFunction
Generic runtime function that will be called with different kind of instances for input depending on actual call in the query.
Accumulator() - Constructor for class org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
 
AddressNormalizer() - Constructor for class org.apache.flink.table.examples.java.basics.GettingStartedExample.AddressNormalizer
 
AdvancedFunctionsExample - Class in org.apache.flink.table.examples.java.functions
Example for implementing more complex UserDefinedFunctions.
AdvancedFunctionsExample() - Constructor for class org.apache.flink.table.examples.java.functions.AdvancedFunctionsExample
 
amount - Variable in class org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 
asSummaryString() - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 

B

BYTE_DELIMITER - Static variable in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 

C

cancel() - Method in class org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
ChangelogCsvDeserializer - Class in org.apache.flink.table.examples.java.connectors
The ChangelogCsvDeserializer contains a simple parsing logic for converting bytes into Row of Integer and String with a RowKind.
ChangelogCsvDeserializer(List<LogicalType>, DynamicTableSource.DataStructureConverter, TypeInformation<RowData>, String) - Constructor for class org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 
ChangelogCsvFormat - Class in org.apache.flink.table.examples.java.connectors
The ChangelogCsvFormat is a decoding format that uses a DeserializationSchema during runtime.
ChangelogCsvFormat(String) - Constructor for class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormat
 
ChangelogCsvFormatFactory - Class in org.apache.flink.table.examples.java.connectors
The ChangelogCsvFormatFactory translates format-specific options to a format.
ChangelogCsvFormatFactory() - Constructor for class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
ChangelogSocketExample - Class in org.apache.flink.table.examples.java.connectors
Example for implementing a custom DynamicTableSource and a DecodingFormat.
ChangelogSocketExample() - Constructor for class org.apache.flink.table.examples.java.connectors.ChangelogSocketExample
 
COLUMN_DELIMITER - Static variable in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
copy() - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 
createAccumulator() - Method in class org.apache.flink.table.examples.java.functions.LastDatedValueFunction
 
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
createDynamicTableSource(DynamicTableFactory.Context) - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
createRuntimeDecoder(DynamicTableSource.Context, DataType) - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormat
 

D

date - Variable in class org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
 
deserialize(byte[]) - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 

E

eval(String, String, String) - Method in class org.apache.flink.table.examples.java.basics.GettingStartedExample.AddressNormalizer
 
eval(RowData, RowData) - Method in class org.apache.flink.table.examples.java.functions.InternalRowMergerFunction
 

F

factoryIdentifier() - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
factoryIdentifier() - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 

G

getChangelogMode() - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormat
 
getChangelogMode() - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 
getProducedType() - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 
getProducedType() - Method in class org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
getScanRuntimeProvider(ScanTableSource.ScanContext) - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 
GettingStartedExample - Class in org.apache.flink.table.examples.java.basics
Example for getting started with the Table & SQL API.
GettingStartedExample() - Constructor for class org.apache.flink.table.examples.java.basics.GettingStartedExample
 
GettingStartedExample.AddressNormalizer - Class in org.apache.flink.table.examples.java.basics
We can put frequently used procedures in user-defined functions.
getTypeInference(DataTypeFactory) - Method in class org.apache.flink.table.examples.java.functions.InternalRowMergerFunction
 
getTypeInference(DataTypeFactory) - Method in class org.apache.flink.table.examples.java.functions.LastDatedValueFunction
Declares the TypeInference of this function.
getValue(LastDatedValueFunction.Accumulator<T>) - Method in class org.apache.flink.table.examples.java.functions.LastDatedValueFunction
 

H

HOSTNAME - Static variable in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 

I

InternalRowMergerFunction - Class in org.apache.flink.table.examples.java.functions
Merges two rows into a single row with unique field names.
InternalRowMergerFunction() - Constructor for class org.apache.flink.table.examples.java.functions.InternalRowMergerFunction
 
isEndOfStream(RowData) - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 

L

LastDatedValueFunction<T> - Class in org.apache.flink.table.examples.java.functions
Implementation of an AggregateFunction that returns a row containing the latest non-null value with its corresponding date.
LastDatedValueFunction() - Constructor for class org.apache.flink.table.examples.java.functions.LastDatedValueFunction
 
LastDatedValueFunction.Accumulator<T> - Class in org.apache.flink.table.examples.java.functions
Generic accumulator for representing state.

M

main(String[]) - Static method in class org.apache.flink.table.examples.java.basics.GettingStartedExample
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.basics.StreamSQLExample
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.basics.StreamWindowSQLExample
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.basics.UpdatingTopCityExample
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.basics.WordCountSQLExample
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.connectors.ChangelogSocketExample
 
main(String[]) - Static method in class org.apache.flink.table.examples.java.functions.AdvancedFunctionsExample
 

O

open(DeserializationSchema.InitializationContext) - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 
open(Configuration) - Method in class org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
optionalOptions() - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
optionalOptions() - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
Order() - Constructor for class org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 
Order(Long, String, int) - Constructor for class org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 
org.apache.flink.table.examples.java.basics - package org.apache.flink.table.examples.java.basics
 
org.apache.flink.table.examples.java.connectors - package org.apache.flink.table.examples.java.connectors
 
org.apache.flink.table.examples.java.functions - package org.apache.flink.table.examples.java.functions
 

P

PORT - Static variable in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
product - Variable in class org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 

R

requiredOptions() - Method in class org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
requiredOptions() - Method in class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
run(SourceFunction.SourceContext<RowData>) - Method in class org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 

S

SocketDynamicTableFactory - Class in org.apache.flink.table.examples.java.connectors
The SocketDynamicTableFactory translates the catalog table to a table source.
SocketDynamicTableFactory() - Constructor for class org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
SocketDynamicTableSource - Class in org.apache.flink.table.examples.java.connectors
The SocketDynamicTableSource is used during planning.
SocketDynamicTableSource(String, int, byte, DecodingFormat<DeserializationSchema<RowData>>, DataType) - Constructor for class org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 
SocketSourceFunction - Class in org.apache.flink.table.examples.java.connectors
The SocketSourceFunction opens a socket and consumes bytes.
SocketSourceFunction(String, int, byte, DeserializationSchema<RowData>) - Constructor for class org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
StreamSQLExample - Class in org.apache.flink.table.examples.java.basics
Simple example for demonstrating the use of SQL on a table backed by a DataStream in Java DataStream API.
StreamSQLExample() - Constructor for class org.apache.flink.table.examples.java.basics.StreamSQLExample
 
StreamSQLExample.Order - Class in org.apache.flink.table.examples.java.basics
Simple POJO.
StreamWindowSQLExample - Class in org.apache.flink.table.examples.java.basics
Simple example for demonstrating the use of SQL in Java.
StreamWindowSQLExample() - Constructor for class org.apache.flink.table.examples.java.basics.StreamWindowSQLExample
 

T

toString() - Method in class org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 

U

UpdatingTopCityExample - Class in org.apache.flink.table.examples.java.basics
Example for aggregating and ranking data using Flink SQL on updating tables.
UpdatingTopCityExample() - Constructor for class org.apache.flink.table.examples.java.basics.UpdatingTopCityExample
 
user - Variable in class org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 

V

value - Variable in class org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
 

W

WordCountSQLExample - Class in org.apache.flink.table.examples.java.basics
The famous word count example that shows a minimal Flink SQL job in batch execution mode.
WordCountSQLExample() - Constructor for class org.apache.flink.table.examples.java.basics.WordCountSQLExample
 
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.