Package io.trino.plugin.bigquery
Class BigQuerySplit
java.lang.Object
io.trino.plugin.bigquery.BigQuerySplit
- All Implemented Interfaces:
ConnectorSplit
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBigQuerySplit(BigQuerySplit.Mode mode, String streamName, String schemaString, List<BigQueryColumnHandle> columns, long emptyRowsToGenerate, Optional<String> filter, OptionalInt dataSize) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getSplitWeight
-
Constructor Details
-
BigQuerySplit
public BigQuerySplit(BigQuerySplit.Mode mode, String streamName, String schemaString, List<BigQueryColumnHandle> columns, long emptyRowsToGenerate, Optional<String> filter, OptionalInt dataSize)
-
-
Method Details
-
getMode
-
getStreamName
-
getSchemaString
-
getColumns
-
getEmptyRowsToGenerate
public long getEmptyRowsToGenerate() -
getFilter
-
getDataSize
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
equals
-
hashCode
public int hashCode() -
toString
-