JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.trino.spi.connector
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.