Class Type.Int64 (2.37.0)

public abstract static class Type.Int64 extends Type.SumAggregateInput

Represents a 64-bit integer with a specific encoding.

Inheritance

java.lang.Object > Type > Type.SumAggregateInput > Type.Int64

Static Methods

create(Type.Int64.Encoding encoding)

public static Type.Int64 create(Type.Int64.Encoding encoding)
Parameter
NameDescription
encodingType.Int64.Encoding
Returns
TypeDescription
Type.Int64

Constructors

Int64()

public Int64()

Methods

getEncoding()

public abstract Type.Int64.Encoding getEncoding()
Returns
TypeDescription
Type.Int64.Encoding