vitess.io/vitess@v0.16.2/go/vt/vtgate/planbuilder/testdata/stream_cases.json (about) 1 [ 2 { 3 "comment": "stream table", 4 "query": "stream * from music", 5 "plan": { 6 "QueryType": "STREAM", 7 "Original": "stream * from music", 8 "Instructions": { 9 "OperatorType": "MStream", 10 "Keyspace": { 11 "Name": "user", 12 "Sharded": true 13 }, 14 "TargetDestination": "ExactKeyRange(-)", 15 "Table": "music" 16 } 17 } 18 } 19 ]