Uses of Class
org.apache.sysds.runtime.frame.data.columns.ColumnMetadata
Packages that use ColumnMetadata
Package
Description
-
Uses of ColumnMetadata in org.apache.sysds.runtime.frame.data
Methods in org.apache.sysds.runtime.frame.data that return ColumnMetadataModifier and TypeMethodDescriptionFrameBlock.getColumnMetadata()FrameBlock.getColumnMetadata(int c) Methods in org.apache.sysds.runtime.frame.data with parameters of type ColumnMetadataModifier and TypeMethodDescriptionvoidFrameBlock.setColumnMetadata(int c, ColumnMetadata colmeta) voidFrameBlock.setColumnMetadata(ColumnMetadata[] colmeta) Constructors in org.apache.sysds.runtime.frame.data with parameters of type ColumnMetadataModifierConstructorDescriptionFrameBlock(Types.ValueType[] schema, String[] colNames, ColumnMetadata[] meta, Array<?>[] data) -
Uses of ColumnMetadata in org.apache.sysds.runtime.frame.data.columns
Methods in org.apache.sysds.runtime.frame.data.columns that return ColumnMetadataMethods in org.apache.sysds.runtime.frame.data.columns with parameters of type ColumnMetadataConstructors in org.apache.sysds.runtime.frame.data.columns with parameters of type ColumnMetadata -
Uses of ColumnMetadata in org.apache.sysds.runtime.instructions.spark
Methods in org.apache.sysds.runtime.instructions.spark that return types with arguments of type ColumnMetadataModifier and TypeMethodDescriptionIterator<scala.Tuple2<Integer,ColumnMetadata>> MultiReturnParameterizedBuiltinSPInstruction.TransformEncodeBuild2Function.call(Iterator<scala.Tuple2<Long, FrameBlock>> iter) Method parameters in org.apache.sysds.runtime.instructions.spark with type arguments of type ColumnMetadata