All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vesoft.nebula.proto.common.DecimalOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface DecimalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.Decimal)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * int16 ndigits;
   * int32  weight = 1;
   * int32  dscale = 2;
   * int32  sign   = 3;
   * bytes  digits = 4;
   * 
* * string sval = 5; * @return The sval. */ java.lang.String getSval(); /** *
   * int16 ndigits;
   * int32  weight = 1;
   * int32  dscale = 2;
   * int32  sign   = 3;
   * bytes  digits = 4;
   * 
* * string sval = 5; * @return The bytes for sval. */ com.google.protobuf.ByteString getSvalBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy