Class FrameObject

    • Constructor Detail

      • FrameObject

        public FrameObject​(String fname)
      • FrameObject

        public FrameObject​(FrameObject fo)
        Copy constructor that copies meta data but NO data.
        Parameters:
        fo - frame object
    • Method Detail

      • getSchema

        public Types.ValueType[] getSchema​(int cl,
                                           int cu)
        Obtain schema of value types
        Parameters:
        cl - column lower bound, inclusive
        cu - column upper bound, inclusive
        Returns:
        schema of value types
      • mergeSchemas

        public Types.ValueType[] mergeSchemas​(FrameObject fo)
        Creates a new collection which contains the schema of the current frame object concatenated with the schema of the passed frame object.
        Parameters:
        fo - frame object
        Returns:
        schema of value types
      • setSchema

        public void setSchema​(String schema)