Interface PlanProtocol.QueriesVirtualOperatorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      string database = 2;
      com.google.protobuf.ByteString getDatabaseBytes()
      string database = 2;
      long getLimitVal()
      Probably always set to something other than -1, just used to indicate to VM that there should only be one operator instance of this (and therefore only 1 partition)
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLimitVal

        long getLimitVal()
        Probably always set to something other than -1, just used to indicate to VM that there should only be
        one operator instance of this (and therefore only 1 partition)
         
        int64 limitVal = 1;
        Returns:
        The limitVal.
      • getDatabase

        String getDatabase()
        string database = 2;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
        string database = 2;
        Returns:
        The bytes for database.