Class InScopeVariable

java.lang.Object
org.rumbledb.context.InScopeVariable
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable

public class InScopeVariable extends Object implements Serializable, com.esotericsoftware.kryo.KryoSerializable
See Also:
  • Constructor Details

  • Method Details

    • getName

      public Name getName()
    • getSequenceType

      public SequenceType getSequenceType()
    • getMetadata

      public ExceptionMetadata getMetadata()
    • getStorageMode

      public ExecutionMode getStorageMode()
    • setStorageMode

      public void setStorageMode(ExecutionMode mode)
    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • isAssignable

      public boolean isAssignable()