Class TrinoThriftInteger

java.lang.Object
io.trino.plugin.thrift.api.datatypes.TrinoThriftInteger
All Implemented Interfaces:
TrinoThriftColumnData

@ThriftStruct public final class TrinoThriftInteger extends Object implements TrinoThriftColumnData
Elements of nulls array determine if a value for a corresponding row is null. Elements of ints array are values for each row. If row is null then value is ignored.
  • Constructor Details

    • TrinoThriftInteger

      @ThriftConstructor public TrinoThriftInteger(@ThriftField(name="nulls") @Nullable boolean[] nulls, @ThriftField(name="ints") @Nullable int[] ints)
  • Method Details