Uses of Enum Class
io.trino.plugin.bigquery.BigQueryTableHandle.BigQueryPartitionType
Packages that use BigQueryTableHandle.BigQueryPartitionType
-
Uses of BigQueryTableHandle.BigQueryPartitionType in io.trino.plugin.bigquery
Methods in io.trino.plugin.bigquery that return BigQueryTableHandle.BigQueryPartitionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BigQueryTableHandle.BigQueryPartitionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.bigquery that return types with arguments of type BigQueryTableHandle.BigQueryPartitionTypeModifier and TypeMethodDescriptionBigQueryNamedRelationHandle.getPartitionType()BigQueryTableHandle.getPartitionType(com.google.cloud.bigquery.TableDefinition definition) Constructor parameters in io.trino.plugin.bigquery with type arguments of type BigQueryTableHandle.BigQueryPartitionTypeModifierConstructorDescriptionBigQueryNamedRelationHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName, String type, Optional<BigQueryTableHandle.BigQueryPartitionType> partitionType, Optional<String> comment)