Package io.trino.tests.cassandra
Class TestInsertIntoCassandraTable
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.cassandra.TestInsertIntoCassandraTable
-
- All Implemented Interfaces:
io.trino.tempto.RequirementsProvider
public class TestInsertIntoCassandraTable extends io.trino.tempto.ProductTest implements io.trino.tempto.RequirementsProvider
-
-
Constructor Summary
Constructors Constructor Description TestInsertIntoCassandraTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.trino.tempto.RequirementgetRequirements(io.trino.tempto.configuration.Configuration configuration)voidtestInsertIntoValuesToCassandraMaterizedView()voidtestInsertIntoValuesToCassandraTableAllSimpleTypes()
-
-
-
Method Detail
-
getRequirements
public io.trino.tempto.Requirement getRequirements(io.trino.tempto.configuration.Configuration configuration)
- Specified by:
getRequirementsin interfaceio.trino.tempto.RequirementsProvider
-
testInsertIntoValuesToCassandraTableAllSimpleTypes
public void testInsertIntoValuesToCassandraTableAllSimpleTypes()
-
testInsertIntoValuesToCassandraMaterizedView
public void testInsertIntoValuesToCassandraMaterizedView()
-
-