Is there an easier way to discover function parameters in MemSQL?
up vote
0
down vote
favorite
I need to enumerate all parameters in a MemSQL function. Is there an easier way other than using SHOW CREATE FUNCTION
and then parsing the definition? For example, when using MySql, I could use
connection.GetSchema("Procedure Parameters",
new string { null, database, structureName });
mysql-connector memsql
add a comment |
up vote
0
down vote
favorite
I need to enumerate all parameters in a MemSQL function. Is there an easier way other than using SHOW CREATE FUNCTION
and then parsing the definition? For example, when using MySql, I could use
connection.GetSchema("Procedure Parameters",
new string { null, database, structureName });
mysql-connector memsql
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to enumerate all parameters in a MemSQL function. Is there an easier way other than using SHOW CREATE FUNCTION
and then parsing the definition? For example, when using MySql, I could use
connection.GetSchema("Procedure Parameters",
new string { null, database, structureName });
mysql-connector memsql
I need to enumerate all parameters in a MemSQL function. Is there an easier way other than using SHOW CREATE FUNCTION
and then parsing the definition? For example, when using MySql, I could use
connection.GetSchema("Procedure Parameters",
new string { null, database, structureName });
mysql-connector memsql
mysql-connector memsql
asked 14 hours ago
Andrey Belykh
1,31621733
1,31621733
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Unfortunately there isn't really a better approach right now. The GetSchema
method from your example makes use of a MySQL metadata table that is currently unsupported in MemSQL.
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Unfortunately there isn't really a better approach right now. The GetSchema
method from your example makes use of a MySQL metadata table that is currently unsupported in MemSQL.
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
add a comment |
up vote
0
down vote
Unfortunately there isn't really a better approach right now. The GetSchema
method from your example makes use of a MySQL metadata table that is currently unsupported in MemSQL.
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
add a comment |
up vote
0
down vote
up vote
0
down vote
Unfortunately there isn't really a better approach right now. The GetSchema
method from your example makes use of a MySQL metadata table that is currently unsupported in MemSQL.
Unfortunately there isn't really a better approach right now. The GetSchema
method from your example makes use of a MySQL metadata table that is currently unsupported in MemSQL.
answered 12 hours ago
mgharris
112
112
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
add a comment |
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
Thank you! Do you know where I can submit a feature request to MemSQL team?
– Andrey Belykh
9 hours ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53265990%2fis-there-an-easier-way-to-discover-function-parameters-in-memsql%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password