Package org.apache.flink.fnexecution.v1
Interface FlinkFnApi.Schema.DecimalInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlinkFnApi.Schema.DecimalInfo,FlinkFnApi.Schema.DecimalInfo.Builder
- Enclosing class:
- FlinkFnApi.Schema
public static interface FlinkFnApi.Schema.DecimalInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPrecision
int getPrecision()int32 precision = 1;- Returns:
- The precision.
-
getScale
int getScale()int32 scale = 2;- Returns:
- The scale.
-