org.apache.sysml.api

Class MLBlock

    • Method Detail

      • anyNull

        public boolean anyNull()
        Deprecated. 
        Specified by:
        anyNull in interface org.apache.spark.sql.Row
      • apply

        public Object apply(int arg0)
        Deprecated. 
        Specified by:
        apply in interface org.apache.spark.sql.Row
      • copy

        public org.apache.spark.sql.Row copy()
        Deprecated. 
        Specified by:
        copy in interface org.apache.spark.sql.Row
      • get

        public Object get(int arg0)
        Deprecated. 
        Specified by:
        get in interface org.apache.spark.sql.Row
      • getAs

        public <T> T getAs(int arg0)
        Deprecated. 
        Specified by:
        getAs in interface org.apache.spark.sql.Row
      • getAs

        public <T> T getAs(String arg0)
        Deprecated. 
        Specified by:
        getAs in interface org.apache.spark.sql.Row
      • getBoolean

        public boolean getBoolean(int arg0)
        Deprecated. 
        Specified by:
        getBoolean in interface org.apache.spark.sql.Row
      • getByte

        public byte getByte(int arg0)
        Deprecated. 
        Specified by:
        getByte in interface org.apache.spark.sql.Row
      • getDate

        public Date getDate(int arg0)
        Deprecated. 
        Specified by:
        getDate in interface org.apache.spark.sql.Row
      • getDecimal

        public BigDecimal getDecimal(int arg0)
        Deprecated. 
        Specified by:
        getDecimal in interface org.apache.spark.sql.Row
      • getDouble

        public double getDouble(int arg0)
        Deprecated. 
        Specified by:
        getDouble in interface org.apache.spark.sql.Row
      • getFloat

        public float getFloat(int arg0)
        Deprecated. 
        Specified by:
        getFloat in interface org.apache.spark.sql.Row
      • getInt

        public int getInt(int arg0)
        Deprecated. 
        Specified by:
        getInt in interface org.apache.spark.sql.Row
      • getJavaMap

        public <K,V> Map<K,V> getJavaMap(int arg0)
        Deprecated. 
        Specified by:
        getJavaMap in interface org.apache.spark.sql.Row
      • getList

        public <T> List<T> getList(int arg0)
        Deprecated. 
        Specified by:
        getList in interface org.apache.spark.sql.Row
      • getLong

        public long getLong(int arg0)
        Deprecated. 
        Specified by:
        getLong in interface org.apache.spark.sql.Row
      • fieldIndex

        public int fieldIndex(String arg0)
        Deprecated. 
        Specified by:
        fieldIndex in interface org.apache.spark.sql.Row
      • getMap

        public <K,V> scala.collection.Map<K,V> getMap(int arg0)
        Deprecated. 
        Specified by:
        getMap in interface org.apache.spark.sql.Row
      • getValuesMap

        public <T> scala.collection.immutable.Map<String,T> getValuesMap(scala.collection.Seq<String> arg0)
        Deprecated. 
        Specified by:
        getValuesMap in interface org.apache.spark.sql.Row
      • getSeq

        public <T> scala.collection.Seq<T> getSeq(int arg0)
        Deprecated. 
        Specified by:
        getSeq in interface org.apache.spark.sql.Row
      • getShort

        public short getShort(int arg0)
        Deprecated. 
        Specified by:
        getShort in interface org.apache.spark.sql.Row
      • getString

        public String getString(int arg0)
        Deprecated. 
        Specified by:
        getString in interface org.apache.spark.sql.Row
      • getStruct

        public org.apache.spark.sql.Row getStruct(int arg0)
        Deprecated. 
        Specified by:
        getStruct in interface org.apache.spark.sql.Row
      • isNullAt

        public boolean isNullAt(int arg0)
        Deprecated. 
        Specified by:
        isNullAt in interface org.apache.spark.sql.Row
      • length

        public int length()
        Deprecated. 
        Specified by:
        length in interface org.apache.spark.sql.Row
      • mkString

        public String mkString()
        Deprecated. 
        Specified by:
        mkString in interface org.apache.spark.sql.Row
      • mkString

        public String mkString(String arg0)
        Deprecated. 
        Specified by:
        mkString in interface org.apache.spark.sql.Row
      • mkString

        public String mkString(String arg0,
                               String arg1,
                               String arg2)
        Deprecated. 
        Specified by:
        mkString in interface org.apache.spark.sql.Row
      • schema

        public org.apache.spark.sql.types.StructType schema()
        Deprecated. 
        Specified by:
        schema in interface org.apache.spark.sql.Row
      • size

        public int size()
        Deprecated. 
        Specified by:
        size in interface org.apache.spark.sql.Row
      • toSeq

        public scala.collection.Seq<Object> toSeq()
        Deprecated. 
        Specified by:
        toSeq in interface org.apache.spark.sql.Row
      • getDefaultSchemaForBinaryBlock

        public static org.apache.spark.sql.types.StructType getDefaultSchemaForBinaryBlock()
        Deprecated. 
      • getTimestamp

        public Timestamp getTimestamp(int position)
        Deprecated. 
        Specified by:
        getTimestamp in interface org.apache.spark.sql.Row

Copyright © 2017 The Apache Software Foundation. All rights reserved.