Package io.substrait.type
Class Type.TimestampTZ
java.lang.Object
io.substrait.type.Type.TimestampTZ
- All Implemented Interfaces:
FunctionArg,NullableType,ParameterizedType,TypeExpression,Type
- Enclosing interface:
- Type
Deprecated.
Deprecated, use
Type.PrecisionTimestampTZ instead-
Nested Class Summary
Nested classes/interfaces inherited from interface io.substrait.expression.FunctionArg
FunctionArg.FuncArgVisitor<R,C extends VisitationContext, E extends Throwable>, FunctionArg.ProtoFrom Nested classes/interfaces inherited from interface io.substrait.function.ParameterizedType
ParameterizedType.BaseParameterizedType, ParameterizedType.NullableParameterizedType, ParameterizedType.RequiredParameterizedVisitorException, ParameterizedType.StringLiteralNested classes/interfaces inherited from interface io.substrait.type.Type
Type.Binary, Type.Bool, Type.Date, Type.Decimal, Type.FixedBinary, Type.FixedChar, Type.FP32, Type.FP64, Type.I16, Type.I32, Type.I64, Type.I8, Type.IntervalCompound, Type.IntervalDay, Type.IntervalYear, Type.ListType, Type.Map, Type.PrecisionTime, Type.PrecisionTimestamp, Type.PrecisionTimestampTZ, Type.Str, Type.Struct, Type.Time, Type.Timestamp, Type.TimestampTZ, Type.UserDefined, Type.UUID, Type.VarCharNested classes/interfaces inherited from interface io.substrait.function.TypeExpression
TypeExpression.BaseTypeExpression, TypeExpression.BinaryOperation, TypeExpression.IfOperation, TypeExpression.IntegerLiteral, TypeExpression.NotOperation, TypeExpression.RequiredTypeExpressionVisitorException, TypeExpression.ReturnProgram -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
Raccept(TypeVisitor<R, E> typeVisitor) Deprecated.static io.substrait.type.ImmutableType.TimestampTZ.Builderbuilder()Deprecated.Deprecated, useType.PrecisionTimestampTZ.builder()insteadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.substrait.function.NullableType
nullableMethods inherited from interface io.substrait.function.ParameterizedType
isWildcard
-
Constructor Details
-
TimestampTZ
public TimestampTZ()Deprecated.
-
-
Method Details
-
builder
public static io.substrait.type.ImmutableType.TimestampTZ.Builder builder()Deprecated.Deprecated, useType.PrecisionTimestampTZ.builder()instead -
accept
Deprecated.- Specified by:
acceptin interfaceParameterizedType- Specified by:
acceptin interfaceType- Specified by:
acceptin interfaceTypeExpression- Throws:
E extends Throwable
-