JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
trino.spi
io.trino.spi.connector
BucketFunction
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getBucket(Page, int)
Interface BucketFunction
public interface
BucketFunction
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getBucket
(
Page
page, int position)
Gets the bucket for the tuple at the specified position.
Method Details
getBucket
int
getBucket
(
Page
page, int position)
Gets the bucket for the tuple at the specified position. Note the tuple values may be null.