Package io.trino.tests.product.hive
Class TestCsv
- java.lang.Object
-
- io.trino.tempto.ProductTest
-
- io.trino.tests.product.hive.TestCsv
-
public class TestCsv extends io.trino.tempto.ProductTest
-
-
Constructor Summary
Constructors Constructor Description TestCsv()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCreateCsvTableAs()voidtestCreateCsvTableAsWithCustomProperties()voidtestCreatePartitionedCsvTableAs()voidtestCreatePartitionedCsvTableAsWithCustomParamters()voidtestInsertIntoCsvTable()voidtestInsertIntoCsvTableWithCustomProperties()voidtestInsertIntoPartitionedCsvTable()voidtestInsertIntoPartitionedCsvTableWithCustomProperties()voidtestReadCsvTableWithMultiCharProperties()voidtestWriteCsvTableWithMultiCharProperties()
-
-
-
Method Detail
-
testInsertIntoCsvTable
public void testInsertIntoCsvTable()
-
testInsertIntoCsvTableWithCustomProperties
public void testInsertIntoCsvTableWithCustomProperties()
-
testCreateCsvTableAs
public void testCreateCsvTableAs()
-
testCreateCsvTableAsWithCustomProperties
public void testCreateCsvTableAsWithCustomProperties()
-
testInsertIntoPartitionedCsvTable
public void testInsertIntoPartitionedCsvTable()
-
testInsertIntoPartitionedCsvTableWithCustomProperties
public void testInsertIntoPartitionedCsvTableWithCustomProperties()
-
testCreatePartitionedCsvTableAs
public void testCreatePartitionedCsvTableAs()
-
testCreatePartitionedCsvTableAsWithCustomParamters
public void testCreatePartitionedCsvTableAsWithCustomParamters()
-
testReadCsvTableWithMultiCharProperties
public void testReadCsvTableWithMultiCharProperties()
-
testWriteCsvTableWithMultiCharProperties
public void testWriteCsvTableWithMultiCharProperties()
-
-