Class Type.Int64 (2.39.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
Name Description
encoding Type.Int64.Encoding
Returns
Type Description
Type.Int64

Constructors

Int64()

public Int64()

Methods

getEncoding()

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