public class SqlTimestampTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>
SqlTimestamp.| 构造器和说明 |
|---|
SqlTimestampTypeInfo(int precision) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canEqual(Object obj) |
org.apache.flink.api.common.typeutils.TypeSerializer<SqlTimestamp> |
createSerializer(org.apache.flink.api.common.ExecutionConfig config) |
boolean |
equals(Object obj) |
int |
getArity() |
int |
getPrecision() |
int |
getTotalFields() |
Class<SqlTimestamp> |
getTypeClass() |
int |
hashCode() |
boolean |
isBasicType() |
boolean |
isKeyType() |
boolean |
isTupleType() |
String |
toString() |
public boolean isBasicType()
isBasicType 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public boolean isTupleType()
isTupleType 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public int getArity()
getArity 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public int getTotalFields()
getTotalFields 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public Class<SqlTimestamp> getTypeClass()
getTypeClass 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public boolean isKeyType()
isKeyType 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public org.apache.flink.api.common.typeutils.TypeSerializer<SqlTimestamp> createSerializer(org.apache.flink.api.common.ExecutionConfig config)
createSerializer 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public String toString()
toString 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public boolean equals(Object obj)
equals 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public int hashCode()
hashCode 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public boolean canEqual(Object obj)
canEqual 在类中 org.apache.flink.api.common.typeinfo.TypeInformation<SqlTimestamp>public int getPrecision()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.