跳过导航链接
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) - 类 中的方法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() - 类 的构造器org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
 
AddressNormalizer() - 类 的构造器org.apache.flink.table.examples.java.basics.GettingStartedExample.AddressNormalizer
 
AdvancedFunctionsExample - org.apache.flink.table.examples.java.functions中的类
Example for implementing more complex UserDefinedFunctions.
AdvancedFunctionsExample() - 类 的构造器org.apache.flink.table.examples.java.functions.AdvancedFunctionsExample
 
amount - 类 中的变量org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 
asSummaryString() - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 

B

BYTE_DELIMITER - 类 中的静态变量org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 

C

cancel() - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
ChangelogCsvDeserializer - 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) - 类 的构造器org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 
ChangelogCsvFormat - org.apache.flink.table.examples.java.connectors中的类
The ChangelogCsvFormat is a decoding format that uses a DeserializationSchema during runtime.
ChangelogCsvFormat(String) - 类 的构造器org.apache.flink.table.examples.java.connectors.ChangelogCsvFormat
 
ChangelogCsvFormatFactory - org.apache.flink.table.examples.java.connectors中的类
The ChangelogCsvFormatFactory translates format-specific options to a format.
ChangelogCsvFormatFactory() - 类 的构造器org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
ChangelogSocketExample - org.apache.flink.table.examples.java.connectors中的类
Example for implementing a custom DynamicTableSource and a DecodingFormat.
ChangelogSocketExample() - 类 的构造器org.apache.flink.table.examples.java.connectors.ChangelogSocketExample
 
COLUMN_DELIMITER - 类 中的静态变量org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
copy() - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 
createAccumulator() - 类 中的方法org.apache.flink.table.examples.java.functions.LastDatedValueFunction
 
createDecodingFormat(DynamicTableFactory.Context, ReadableConfig) - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
createDynamicTableSource(DynamicTableFactory.Context) - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
createRuntimeDecoder(DynamicTableSource.Context, DataType) - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvFormat
 

D

date - 类 中的变量org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
 
deserialize(byte[]) - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 

E

eval(String, String, String) - 类 中的方法org.apache.flink.table.examples.java.basics.GettingStartedExample.AddressNormalizer
 
eval(RowData, RowData) - 类 中的方法org.apache.flink.table.examples.java.functions.InternalRowMergerFunction
 

F

factoryIdentifier() - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
factoryIdentifier() - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 

G

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

H

HOSTNAME - 类 中的静态变量org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 

I

InternalRowMergerFunction - org.apache.flink.table.examples.java.functions中的类
Merges two rows into a single row with unique field names.
InternalRowMergerFunction() - 类 的构造器org.apache.flink.table.examples.java.functions.InternalRowMergerFunction
 
isEndOfStream(RowData) - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 

L

LastDatedValueFunction<T> - 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() - 类 的构造器org.apache.flink.table.examples.java.functions.LastDatedValueFunction
 
LastDatedValueFunction.Accumulator<T> - org.apache.flink.table.examples.java.functions中的类
Generic accumulator for representing state.

M

main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.basics.GettingStartedExample
 
main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.basics.StreamSQLExample
 
main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.basics.StreamWindowSQLExample
 
main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.basics.UpdatingTopCityExample
 
main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.basics.WordCountSQLExample
 
main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.connectors.ChangelogSocketExample
 
main(String[]) - 类 中的静态方法org.apache.flink.table.examples.java.functions.AdvancedFunctionsExample
 

O

open(DeserializationSchema.InitializationContext) - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvDeserializer
 
open(Configuration) - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
optionalOptions() - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
optionalOptions() - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
Order() - 类 的构造器org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 
Order(Long, String, int) - 类 的构造器org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 
org.apache.flink.table.examples.java.basics - 程序包 org.apache.flink.table.examples.java.basics
 
org.apache.flink.table.examples.java.connectors - 程序包 org.apache.flink.table.examples.java.connectors
 
org.apache.flink.table.examples.java.functions - 程序包 org.apache.flink.table.examples.java.functions
 

P

PORT - 类 中的静态变量org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
product - 类 中的变量org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 

R

requiredOptions() - 类 中的方法org.apache.flink.table.examples.java.connectors.ChangelogCsvFormatFactory
 
requiredOptions() - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
run(SourceFunction.SourceContext<RowData>) - 类 中的方法org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 

S

SocketDynamicTableFactory - org.apache.flink.table.examples.java.connectors中的类
The SocketDynamicTableFactory translates the catalog table to a table source.
SocketDynamicTableFactory() - 类 的构造器org.apache.flink.table.examples.java.connectors.SocketDynamicTableFactory
 
SocketDynamicTableSource - org.apache.flink.table.examples.java.connectors中的类
The SocketDynamicTableSource is used during planning.
SocketDynamicTableSource(String, int, byte, DecodingFormat<DeserializationSchema<RowData>>, DataType) - 类 的构造器org.apache.flink.table.examples.java.connectors.SocketDynamicTableSource
 
SocketSourceFunction - org.apache.flink.table.examples.java.connectors中的类
The SocketSourceFunction opens a socket and consumes bytes.
SocketSourceFunction(String, int, byte, DeserializationSchema<RowData>) - 类 的构造器org.apache.flink.table.examples.java.connectors.SocketSourceFunction
 
StreamSQLExample - 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() - 类 的构造器org.apache.flink.table.examples.java.basics.StreamSQLExample
 
StreamSQLExample.Order - org.apache.flink.table.examples.java.basics中的类
Simple POJO.
StreamWindowSQLExample - org.apache.flink.table.examples.java.basics中的类
Simple example for demonstrating the use of SQL in Java.
StreamWindowSQLExample() - 类 的构造器org.apache.flink.table.examples.java.basics.StreamWindowSQLExample
 

T

toString() - 类 中的方法org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 

U

UpdatingTopCityExample - org.apache.flink.table.examples.java.basics中的类
Example for aggregating and ranking data using Flink SQL on updating tables.
UpdatingTopCityExample() - 类 的构造器org.apache.flink.table.examples.java.basics.UpdatingTopCityExample
 
user - 类 中的变量org.apache.flink.table.examples.java.basics.StreamSQLExample.Order
 

V

value - 类 中的变量org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
 

W

WordCountSQLExample - org.apache.flink.table.examples.java.basics中的类
The famous word count example that shows a minimal Flink SQL job in batch execution mode.
WordCountSQLExample() - 类 的构造器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 
跳过导航链接

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