Package io.trino.plugin.thrift.api
Class TrinoThriftSplit
java.lang.Object
io.trino.plugin.thrift.api.TrinoThriftSplit
-
Constructor Details
-
TrinoThriftSplit
@ThriftConstructor public TrinoThriftSplit(TrinoThriftId splitId, List<TrinoThriftHostAddress> hosts)
-
-
Method Details
-
getSplitId
Encodes all the information needed to identify a batch of rows to return to Trino. For a basic scan, includes schema name, table name, and output constraint. For an index scan, includes schema name, table name, set of keys to lookup and output constraint. -
getHosts
Identifies the set of hosts on which the rows are available. If empty, then the rows are expected to be available on any host. The hosts in this list may be independent from the hosts used to serve metadata requests. -
equals
-
hashCode
public int hashCode() -
toString
-