vitess.io/vitess@v0.16.2/go/vt/vttablet/tabletserver/planbuilder/testdata/vstream_cases.txt (about)

     1  #vstream table
     2  "vstream * from user where pos > 'a4afea21-a320-11eb-a37a-98af65a6dc4a:1-44' limit 1000"
     3  {
     4    "QueryType": "VSTREAM",
     5    "Original": "vstream * from user where pos \u003e 'a4afea21-a320-11eb-a37a-98af65a6dc4a:1-44' limit 1000",
     6    "Instructions": {
     7      "OperatorType": "VStream",
     8      "Keyspace": {
     9        "Name": "user",
    10        "Sharded": true
    11      },
    12      "TargetDestination": "AllShards()",
    13      "Limit": 1000,
    14      "Position": "a4afea21-a320-11eb-a37a-98af65a6dc4a:1-44",
    15      "Table": "user"
    16    }
    17  }