Class ScopeTicketHelper

java.lang.Object
io.deephaven.proto.util.ScopeTicketHelper

public class ScopeTicketHelper extends Object
  • Field Details

  • Constructor Details

    • ScopeTicketHelper

      public ScopeTicketHelper()
  • Method Details

    • nameToPath

      public static List<String> nameToPath(String variableName)
      Convenience method to create the flight descriptor path for the query scope variable name.
      Parameters:
      variableName - the variable name
      Returns:
      the path
    • nameToBytes

      public static byte[] nameToBytes(String variableName)
      Convenience method to create the flight ticket bytes for the query scope variable name.
      Parameters:
      variableName - the variable name
      Returns:
      the ticket bytes
    • toReadableString

      public static String toReadableString(byte[] ticket)
      Convenience method to decode the scope ticket bytes into a human-readable description.
      Parameters:
      ticket - the ticket bytes
      Returns:
      the human-readable description