Uses of Class
io.trino.spi.type.RowType
Packages that use RowType
-
Uses of RowType in io.trino.spi.block
Methods in io.trino.spi.block with parameters of type RowTypeModifier and TypeMethodDescriptionRowValueBuilder.buildRowValue(RowType rowType, RowValueBuilder<E> builder) static BufferedRowValueBuilderBufferedRowValueBuilder.createBuffered(RowType rowType) -
Uses of RowType in io.trino.spi.function.table
Methods in io.trino.spi.function.table that return RowTypeMethods in io.trino.spi.function.table with parameters of type RowTypeModifier and TypeMethodDescriptionConstructors in io.trino.spi.function.table with parameters of type RowType -
Uses of RowType in io.trino.spi.type
Methods in io.trino.spi.type that return RowTypeModifier and TypeMethodDescriptionstatic RowTypestatic RowTypeRowType.anonymousRow(Type... types) static RowTypeRowType.createWithTypeSignature(TypeSignature typeSignature, List<RowType.Field> fields) static RowTypeRowType.from(List<RowType.Field> fields) static RowTypeRowType.rowType(RowType.Field... field)