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

    Modifier and Type
    Method
    Description
    int
    int32 precision = 1;
    int
    int32 scale = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.