跳过导航链接
A B C D E F G H I L M N O P R S T U V 

A

And - org.apache.flink.table.store.file.predicate中的类
and(Predicate...) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
and(List<Predicate>) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 

B

between(int, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 

C

castFromString(String, LogicalType) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
 
castToIntegral(DecimalData) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
children() - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate
 
CodeGenerator - org.apache.flink.table.store.codegen中的接口
GeneratedClass generator.
collect(RowData) - 类 中的方法org.apache.flink.table.store.format.FieldStatsCollector
Update the statistics with a new row data.
compareLiteral(LogicalType, Object, Object) - 类 中的静态方法org.apache.flink.table.store.file.predicate.CompareUtils
 
CompareUtils - org.apache.flink.table.store.file.predicate中的类
Utils for comparator.
complement(int) - 类 中的方法org.apache.flink.table.store.utils.Projection
Complement this projection.
complement(DataType) - 类 中的方法org.apache.flink.table.store.utils.Projection
Like Projection.complement(int), using the dataType fields count.
CompoundPredicate - org.apache.flink.table.store.file.predicate中的类
Non-leaf node in a Predicate tree.
CompoundPredicate(CompoundPredicate.Function, List<Predicate>) - 类 的构造器org.apache.flink.table.store.file.predicate.CompoundPredicate
 
CompoundPredicate.Function - org.apache.flink.table.store.file.predicate中的类
Evaluate the predicate result based on multiple Predicates.
containsFields(Predicate, Set<String>) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
convert(RowType, ResolvedExpression) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateConverter
Try best to convert a ResolvedExpression to Predicate.
convert(RowData) - 类 中的方法org.apache.flink.table.store.utils.RowDataToObjectArrayConverter
 
convertJavaObject(LogicalType, Object) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
copy(Object, LogicalType) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
copyArray(ArrayData, LogicalType) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
copyRowData(RowData, RowType) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
create(Configuration) - 接口 中的方法org.apache.flink.table.store.format.FileFormatFactory
 
createNullCheckingFieldGetter(LogicalType, int) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
createReaderFactory(RowType, int[][], List<Predicate>) - 类 中的方法org.apache.flink.table.store.format.FileFormat
Create a BulkFormat from the type, with projection pushed down.
createReaderFactory(RowType) - 类 中的方法org.apache.flink.table.store.format.FileFormat
 
createReaderFactory(RowType, int[][]) - 类 中的方法org.apache.flink.table.store.format.FileFormat
 
createStatsExtractor(RowType) - 类 中的方法org.apache.flink.table.store.format.FileFormat
 
createWriterFactory(RowType) - 类 中的方法org.apache.flink.table.store.format.FileFormat
Create a BulkWriter.Factory from the type.

D

DateTimeUtils - org.apache.flink.table.store.utils中的类
Utils for date time.
DateTimeUtils() - 类 的构造器org.apache.flink.table.store.utils.DateTimeUtils
 
difference(Projection) - 类 中的方法org.apache.flink.table.store.utils.Projection
Perform a difference of this Projection with another Projection.

E

empty() - 类 中的静态方法org.apache.flink.table.store.utils.Projection
Create an empty Projection, that is a projection that projects no fields, returning an empty DataType.
EPOCH_JULIAN - 类 中的静态变量org.apache.flink.table.store.utils.DateTimeUtils
The julian date of the epoch, 1970-01-01.
Equal - org.apache.flink.table.store.file.predicate中的类
equal(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
equals(Object) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate
 
equals(Object) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate.Function
 
equals(Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafFunction
 
equals(Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
equals(Object) - 类 中的方法org.apache.flink.table.store.format.FieldStats
 
equals(Object) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
equals(Object) - 类 中的方法org.apache.flink.table.store.utils.Projection
 
extract() - 类 中的方法org.apache.flink.table.store.format.FieldStatsCollector
 
extract(Path) - 接口 中的方法org.apache.flink.table.store.format.FileStatsExtractor
 

F

fieldName() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
FieldStats - org.apache.flink.table.store.format中的类
Statistics for each field.
FieldStats(Object, Object, long) - 类 的构造器org.apache.flink.table.store.format.FieldStats
 
FieldStatsCollector - org.apache.flink.table.store.format中的类
Collector to extract statistics of each fields from a series of records.
FieldStatsCollector(RowType) - 类 的构造器org.apache.flink.table.store.format.FieldStatsCollector
 
FileFormat - org.apache.flink.table.store.format中的类
Factory class which creates reader and writer factories for specific file format.
FileFormat(String) - 类 的构造器org.apache.flink.table.store.format.FileFormat
 
FileFormatFactory - org.apache.flink.table.store.format中的接口
Factory to create FileFormat.
FileStatsExtractor - org.apache.flink.table.store.format中的接口
Extracts statistics directly from file.
formatIdentifier - 类 中的变量org.apache.flink.table.store.format.FileFormat
 
from(int[][]) - 类 中的静态方法org.apache.flink.table.store.utils.ProjectedRowData
Like ProjectedRowData.from(int[]), but throws IllegalArgumentException if the provided projection array contains nested projections, which are not supported by ProjectedRowData.
from(int[]) - 类 中的静态方法org.apache.flink.table.store.utils.ProjectedRowData
Create an empty ProjectedRowData starting from a projection array.
from(Projection) - 类 中的静态方法org.apache.flink.table.store.utils.ProjectedRowData
Create an empty ProjectedRowData starting from a Projection.
fromIdentifier(String, Configuration) - 类 中的静态方法org.apache.flink.table.store.format.FileFormat
Create a FileFormat from format identifier and format options.
fromMap(Map<String, String>, RowType) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateConverter
 
fromStringArrayData(ArrayData) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
fromTableOptions(Configuration, ConfigOption<String>) - 类 中的静态方法org.apache.flink.table.store.format.FileFormat
Create a FileFormat from table options.
function() - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate
 
Function() - 类 的构造器org.apache.flink.table.store.file.predicate.CompoundPredicate.Function
 
function() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 

G

generateNormalizedKeyComputer(List<LogicalType>, String) - 接口 中的方法org.apache.flink.table.store.codegen.CodeGenerator
Generate a GeneratedNormalizedKeyComputer.
generateProjection(String, RowType, int[]) - 接口 中的方法org.apache.flink.table.store.codegen.CodeGenerator
 
generateRecordComparator(List<LogicalType>, String) - 接口 中的方法org.apache.flink.table.store.codegen.CodeGenerator
Generate a GeneratedRecordComparator.
get(RowData, int, LogicalType) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
get(ArrayData, int, LogicalType) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
getArity() - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getArity() - 类 中的方法org.apache.flink.table.store.utils.RowDataToObjectArrayConverter
 
getArray(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getBinary(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getBoolean(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getByte(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getDecimal(int, int, int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getDouble(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getFloat(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getFormatIdentifier() - 类 中的方法org.apache.flink.table.store.format.FileFormat
 
getInt(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getLong(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getMap(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getRawValue(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getRow(int, int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getRowKind() - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getShort(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getString(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
getTimestamp(int, int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
GreaterOrEqual - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to eval greater or equal.
greaterOrEqual(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
GreaterThan - org.apache.flink.table.store.file.predicate中的类
A LeafFunction to eval greater.
greaterThan(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 

H

hashCode() - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate.Function
 
hashCode() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafFunction
 
hashCode() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
hashCode() - 类 中的方法org.apache.flink.table.store.format.FieldStats
 
hashCode() - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
hashCode() - 类 中的方法org.apache.flink.table.store.utils.Projection
 

I

identifier() - 接口 中的方法org.apache.flink.table.store.format.FileFormatFactory
 
In - org.apache.flink.table.store.file.predicate中的类
A LeafFunction to eval in.
in(int, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
index() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.And
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.Equal
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.GreaterOrEqual
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.GreaterThan
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.In
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.IsNotNull
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.IsNull
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.LessOrEqual
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.LessThan
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.NotEqual
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.NotIn
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.Or
 
INSTANCE - 类 中的静态变量org.apache.flink.table.store.file.predicate.StartsWith
 
invokeStaticMethod(Class, String, Object...) - 类 中的静态方法org.apache.flink.table.store.utils.ReflectionUtils
 
isNested() - 类 中的方法org.apache.flink.table.store.utils.Projection
 
IsNotNull - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to eval is not null.
isNotNull(int) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
IsNull - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to eval is null.
isNull(int) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
isNullAt(int) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 

L

leaf(NullFalseLeafBinaryFunction, int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
leaf(LeafUnaryFunction, int) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
LeafFunction - org.apache.flink.table.store.file.predicate中的类
Function to test a field with literals.
LeafFunction() - 类 的构造器org.apache.flink.table.store.file.predicate.LeafFunction
 
LeafPredicate - org.apache.flink.table.store.file.predicate中的类
Leaf node of a Predicate tree.
LeafPredicate(LeafFunction, LogicalType, int, String, List<Object>) - 类 的构造器org.apache.flink.table.store.file.predicate.LeafPredicate
 
LeafUnaryFunction - org.apache.flink.table.store.file.predicate中的类
Function to test a field.
LeafUnaryFunction() - 类 的构造器org.apache.flink.table.store.file.predicate.LeafUnaryFunction
 
LessOrEqual - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to eval less or equal.
lessOrEqual(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
LessThan - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to eval less or equal.
lessThan(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
literals() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
LOCAL_TZ - 类 中的静态变量org.apache.flink.table.store.utils.DateTimeUtils
The local time zone.

M

maxValue() - 类 中的方法org.apache.flink.table.store.format.FieldStats
 
MILLIS_PER_DAY - 类 中的静态变量org.apache.flink.table.store.utils.DateTimeUtils
The number of milliseconds in a day.
minValue() - 类 中的方法org.apache.flink.table.store.format.FieldStats
 

N

negate(List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.And
 
negate(List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate.Function
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.Equal
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.GreaterOrEqual
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.GreaterThan
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.In
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.IsNotNull
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.IsNull
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafFunction
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.LessOrEqual
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.LessThan
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.NotEqual
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.NotIn
 
negate(List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.Or
 
negate() - 接口 中的方法org.apache.flink.table.store.file.predicate.Predicate
 
negate() - 类 中的方法org.apache.flink.table.store.file.predicate.StartsWith
 
NotEqual - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to eval not equal.
notEqual(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
NotIn - org.apache.flink.table.store.file.predicate中的类
A LeafFunction to eval not in.
notIn(int, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
nullCount() - 类 中的方法org.apache.flink.table.store.format.FieldStats
 
NullFalseLeafBinaryFunction - org.apache.flink.table.store.file.predicate中的类
Function to test a field with a literal.
NullFalseLeafBinaryFunction() - 类 的构造器org.apache.flink.table.store.file.predicate.NullFalseLeafBinaryFunction
 

O

of(int[]) - 类 中的静态方法org.apache.flink.table.store.utils.Projection
Create a Projection of the provided indexes.
of(int[][]) - 类 中的静态方法org.apache.flink.table.store.utils.Projection
Create a Projection of the provided indexes.
Or - org.apache.flink.table.store.file.predicate中的类
or(Predicate...) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
or(List<Predicate>) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
OrderedPacking - org.apache.flink.table.store.utils中的类
Ordered packing for input items.
org.apache.flink.table.store.codegen - 程序包 org.apache.flink.table.store.codegen
 
org.apache.flink.table.store.file.predicate - 程序包 org.apache.flink.table.store.file.predicate
 
org.apache.flink.table.store.format - 程序包 org.apache.flink.table.store.format
 
org.apache.flink.table.store.utils - 程序包 org.apache.flink.table.store.utils
 

P

pack(Iterable<T>, Function<T, Long>, long) - 类 中的静态方法org.apache.flink.table.store.utils.OrderedPacking
 
parseDate(String) - 类 中的静态方法org.apache.flink.table.store.utils.DateTimeUtils
 
parseTime(String) - 类 中的静态方法org.apache.flink.table.store.utils.DateTimeUtils
 
parseTimestampData(String, int) - 类 中的静态方法org.apache.flink.table.store.utils.DateTimeUtils
 
pickTransformFieldMapping(List<Predicate>, List<String>, List<String>) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
pickTransformFieldMapping(List<Predicate>, int[]) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
Predicate - org.apache.flink.table.store.file.predicate中的接口
Predicate which returns Boolean and provides testing by stats.
PredicateBuilder - org.apache.flink.table.store.file.predicate中的类
A utility class to create Predicate object for common filter conditions.
PredicateBuilder(RowType) - 类 的构造器org.apache.flink.table.store.file.predicate.PredicateBuilder
 
PredicateConverter - org.apache.flink.table.store.file.predicate中的类
Convert Expression to Predicate.
PredicateConverter(RowType) - 类 的构造器org.apache.flink.table.store.file.predicate.PredicateConverter
 
PredicateConverter(PredicateBuilder) - 类 的构造器org.apache.flink.table.store.file.predicate.PredicateConverter
 
PredicateConverter.UnsupportedExpression - org.apache.flink.table.store.file.predicate中的异常错误
Encounter an unsupported expression, the caller can choose to ignore this filter branch.
project(DataType) - 类 中的方法org.apache.flink.table.store.utils.Projection
Projects a (possibly nested) row data type by returning a new data type that only includes fields of the given index paths.
project(LogicalType) - 类 中的方法org.apache.flink.table.store.utils.Projection
Same as Projection.project(DataType), but accepting and returning LogicalType.
project(RowType, int[]) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
 
ProjectedRowData - org.apache.flink.table.store.utils中的类
An implementation of RowData which provides a projected view of the underlying RowData.
Projection - org.apache.flink.table.store.utils中的类
Projection represents a list of (possibly nested) indexes that can be used to project data types.

R

range(int, int) - 类 中的静态方法org.apache.flink.table.store.utils.Projection
Create a Projection of a field range.
ReflectionUtils - org.apache.flink.table.store.utils中的类
Utils for java reflection.
ReflectionUtils() - 类 的构造器org.apache.flink.table.store.utils.ReflectionUtils
 
replaceRow(RowData) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
Replaces the underlying RowData backing this ProjectedRowData.
RowDataToObjectArrayConverter - org.apache.flink.table.store.utils中的类
Convert RowData to object array.
RowDataToObjectArrayConverter(RowType) - 类 的构造器org.apache.flink.table.store.utils.RowDataToObjectArrayConverter
 
RowDataUtils - org.apache.flink.table.store.utils中的类
Utils for RowData structures.
RowDataUtils() - 类 的构造器org.apache.flink.table.store.utils.RowDataUtils
 
rowType() - 类 中的方法org.apache.flink.table.store.utils.RowDataToObjectArrayConverter
 

S

setRowKind(RowKind) - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
splitAnd(Predicate) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
splitOr(Predicate) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
startsWith(int, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
StartsWith - org.apache.flink.table.store.file.predicate中的类
A NullFalseLeafBinaryFunction to evaluate filter like 'abc%' or filter like 'abc_'.

T

test(Object[], List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.And
 
test(long, FieldStats[], List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.And
 
test(Object[], List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate.Function
 
test(long, FieldStats[], List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate.Function
 
test(Object[]) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate
 
test(long, FieldStats[]) - 类 中的方法org.apache.flink.table.store.file.predicate.CompoundPredicate
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.Equal
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.Equal
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.GreaterOrEqual
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.GreaterOrEqual
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.GreaterThan
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.GreaterThan
 
test(LogicalType, Object, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.In
 
test(LogicalType, long, FieldStats, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.In
 
test(LogicalType, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.IsNotNull
 
test(LogicalType, long, FieldStats) - 类 中的方法org.apache.flink.table.store.file.predicate.IsNotNull
 
test(LogicalType, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.IsNull
 
test(LogicalType, long, FieldStats) - 类 中的方法org.apache.flink.table.store.file.predicate.IsNull
 
test(LogicalType, Object, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafFunction
 
test(LogicalType, long, FieldStats, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafFunction
 
test(Object[]) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
test(long, FieldStats[]) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
test(LogicalType, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafUnaryFunction
 
test(LogicalType, long, FieldStats) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafUnaryFunction
 
test(LogicalType, Object, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafUnaryFunction
 
test(LogicalType, long, FieldStats, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.LeafUnaryFunction
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LessOrEqual
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LessOrEqual
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LessThan
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.LessThan
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.NotEqual
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.NotEqual
 
test(LogicalType, Object, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.NotIn
 
test(LogicalType, long, FieldStats, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.NotIn
 
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.NullFalseLeafBinaryFunction
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.NullFalseLeafBinaryFunction
 
test(LogicalType, Object, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.NullFalseLeafBinaryFunction
 
test(LogicalType, long, FieldStats, List<Object>) - 类 中的方法org.apache.flink.table.store.file.predicate.NullFalseLeafBinaryFunction
 
test(Object[], List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.Or
 
test(long, FieldStats[], List<Predicate>) - 类 中的方法org.apache.flink.table.store.file.predicate.Or
 
test(Object[]) - 接口 中的方法org.apache.flink.table.store.file.predicate.Predicate
Test based on the specific input column values.
test(long, FieldStats[]) - 接口 中的方法org.apache.flink.table.store.file.predicate.Predicate
Test based on the statistical information to determine whether a hit is possible.
test(LogicalType, Object, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.StartsWith
 
test(LogicalType, long, FieldStats, Object) - 类 中的方法org.apache.flink.table.store.file.predicate.StartsWith
 
timestampPrecision(LogicalType) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
 
toBoolean(BinaryStringData) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
Parse a StringData to boolean.
toDate(BinaryStringData) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
 
toInternal(Date) - 类 中的静态方法org.apache.flink.table.store.utils.DateTimeUtils
Converts the Java type used for UDF parameters of SQL DATE type (Date) to internal representation (int).
toNestedIndexes() - 类 中的方法org.apache.flink.table.store.utils.Projection
Convert this instance to a nested projection index paths.
toSQLDate(int) - 类 中的静态方法org.apache.flink.table.store.utils.DateTimeUtils
Converts the internal representation of a SQL DATE (int) to the Java type used for UDF parameters (Date).
toString() - 类 中的方法org.apache.flink.table.store.format.FieldStats
 
toString() - 类 中的方法org.apache.flink.table.store.utils.ProjectedRowData
 
toString() - 类 中的方法org.apache.flink.table.store.utils.Projection
 
toStringArrayData(List<String>) - 类 中的静态方法org.apache.flink.table.store.utils.RowDataUtils
 
toTime(BinaryStringData) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
 
toTimestamp(BinaryStringData, int) - 类 中的静态方法org.apache.flink.table.store.utils.TypeUtils
Used by CAST(x as TIMESTAMP).
toTopLevelIndexes() - 类 中的方法org.apache.flink.table.store.utils.Projection
Convert this instance to a projection of top level indexes.
transformFieldMapping(Predicate, int[]) - 类 中的静态方法org.apache.flink.table.store.file.predicate.PredicateBuilder
 
type() - 类 中的方法org.apache.flink.table.store.file.predicate.LeafPredicate
 
TypeUtils - org.apache.flink.table.store.utils中的类
Type related helper functions.
TypeUtils() - 类 的构造器org.apache.flink.table.store.utils.TypeUtils
 

U

UnsupportedExpression() - 异常错误 的构造器org.apache.flink.table.store.file.predicate.PredicateConverter.UnsupportedExpression
 

V

visit(CallExpression) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateConverter
 
visit(ValueLiteralExpression) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateConverter
 
visit(FieldReferenceExpression) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateConverter
 
visit(TypeLiteralExpression) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateConverter
 
visit(Expression) - 类 中的方法org.apache.flink.table.store.file.predicate.PredicateConverter
 
A B C D E F G H I L M N O P R S T U V 
跳过导航链接

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