Uses of Enum Class
io.trino.plugin.tpch.DecimalTypeMapping
Packages that use DecimalTypeMapping
-
Uses of DecimalTypeMapping in io.trino.plugin.tpch
Methods in io.trino.plugin.tpch that return DecimalTypeMappingModifier and TypeMethodDescriptionstatic DecimalTypeMappingReturns the enum constant of this class with the specified name.static DecimalTypeMapping[]DecimalTypeMapping.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.tpch with parameters of type DecimalTypeMappingModifier and TypeMethodDescriptionstatic <E extends io.trino.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet.createTpchRecordSet(io.trino.tpch.TpchTable<E> table, DecimalTypeMapping decimalTypeMapping, double scaleFactor, int part, int partCount, TupleDomain<ColumnHandle> predicate) static <E extends io.trino.tpch.TpchEntity>
TpchRecordSet<E>TpchRecordSet.createTpchRecordSet(io.trino.tpch.TpchTable<E> table, List<io.trino.tpch.TpchColumn<E>> columns, DecimalTypeMapping decimalTypeMapping, double scaleFactor, int part, int partCount, TupleDomain<ColumnHandle> predicate) TpchTables.getTableColumns(String tableName, DecimalTypeMapping decimalTypeMapping) TpchTables.getTablePages(String tableName, double scaleFactor, DecimalTypeMapping decimalTypeMapping) static TypeTpchMetadata.getTrinoType(io.trino.tpch.TpchColumn<?> column, DecimalTypeMapping decimalTypeMapping) Constructors in io.trino.plugin.tpch with parameters of type DecimalTypeMappingModifierConstructorDescriptionTpchMetadata(ColumnNaming columnNaming, DecimalTypeMapping decimalTypeMapping, boolean predicatePushdownEnabled, boolean partitioningEnabled, Optional<String> destinationCatalog, Optional<String> destinationSchema) TpchRecordSet(Iterable<E> rows, io.trino.tpch.TpchTable<E> table, List<io.trino.tpch.TpchColumn<E>> columns, DecimalTypeMapping decimalTypeMapping, TupleDomain<ColumnHandle> predicate) TpchRecordSetProvider(DecimalTypeMapping decimalTypeMapping)