docstring_tokens list | code_tokens list |
|---|---|
[
"set",
"the",
"span",
"of",
"bullet"
] | [
"this",
"bullet",
"color",
"=",
"color",
";",
"this",
"bullet",
"radius",
"=",
"radius",
";",
"this",
"bullet",
"gap",
"width",
"=",
"gap",
"width",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"font",
"s",
"size"
] | [
"return",
"set",
"font",
"size",
"(",
"size",
",",
"false",
")",
";"
] |
[
"set",
"the",
"span",
"of",
"size",
"of",
"font"
] | [
"this",
"font",
"size",
"=",
"size",
";",
"this",
"font",
"size",
"is",
"dp",
"=",
"is",
"sp",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"proportion",
"of",
"font"
] | [
"this",
"proportion",
"=",
"proportion",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"transverse",
"proportion",
"of",
"font"
] | [
"this",
"x",
"proportion",
"=",
"proportion",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"strikethrough"
] | [
"this",
"is",
"strikethrough",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"underline"
] | [
"this",
"is",
"underline",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"superscript"
] | [
"this",
"is",
"superscript",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"subscript"
] | [
"this",
"is",
"subscript",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"bold"
] | [
"is",
"bold",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"italic"
] | [
"is",
"italic",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"bold",
"italic"
] | [
"is",
"bold",
"italic",
"=",
"true",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"font",
"family"
] | [
"this",
"font",
"family",
"=",
"font",
"family",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"typeface"
] | [
"this",
"typeface",
"=",
"typeface",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"alignment"
] | [
"this",
"alignment",
"=",
"alignment",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"click",
"<",
"p",
">",
"must",
"set",
"{",
"@",
"code",
"view",
"set",
"movement",
"method",
"(",
"link",
"movement",
"method",
"get",
"instance",
"(",
")",
")",
"}",
"<",
"/",
"p",
">"
] | [
"this",
"click",
"span",
"=",
"click",
"span",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"url",
"<",
"p",
">",
"must",
"set",
"{",
"@",
"code",
"view",
"set",
"movement",
"method",
"(",
"link",
"movement",
"method",
"get",
"instance",
"(",
")",
")",
"}",
"<",
"/",
"p",
">"
] | [
"this",
"url",
"=",
"url",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"blur"
] | [
"this",
"blur",
"radius",
"=",
"radius",
";",
"this",
"style",
"=",
"style",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"shader"
] | [
"this",
"shader",
"=",
"shader",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"span",
"of",
"shadow"
] | [
"this",
"shadow",
"radius",
"=",
"radius",
";",
"this",
"shadow",
"dx",
"=",
"dx",
";",
"this",
"shadow",
"dy",
"=",
"dy",
";",
"this",
"shadow",
"color",
"=",
"shadow",
"color",
";",
"return",
"this",
";"
] |
[
"set",
"the",
"spans"
] | [
"if",
"(",
"spans",
"length",
">",
"0",
")",
"{",
"this",
"spans",
"=",
"spans",
";",
"}",
"return",
"this",
";"
] |
[
"append",
"the",
"text",
"text"
] | [
"apply",
"(",
"m",
"type",
"char",
"sequence",
")",
";",
"m",
"text",
"=",
"text",
";",
"return",
"this",
";"
] |
[
"append",
"one",
"line"
] | [
"apply",
"(",
"m",
"type",
"char",
"sequence",
")",
";",
"m",
"text",
"=",
"line",
"separator",
";",
"return",
"this",
";"
] |
[
"append",
"text",
"and",
"one",
"line"
] | [
"apply",
"(",
"m",
"type",
"char",
"sequence",
")",
";",
"m",
"text",
"=",
"text",
"+",
"line",
"separator",
";",
"return",
"this",
";"
] |
[
"append",
"one",
"image"
] | [
"return",
"append",
"image",
"(",
"bitmap",
",",
"align",
"bottom",
")",
";"
] |
[
"append",
"one",
"image"
] | [
"apply",
"(",
"m",
"type",
"image",
")",
";",
"this",
"image",
"bitmap",
"=",
"bitmap",
";",
"this",
"align",
"image",
"=",
"align",
";",
"return",
"this",
";"
] |
[
"append",
"one",
"image"
] | [
"return",
"append",
"image",
"(",
"drawable",
",",
"align",
"bottom",
")",
";"
] |
[
"append",
"one",
"image"
] | [
"apply",
"(",
"m",
"type",
"image",
")",
";",
"this",
"image",
"drawable",
"=",
"drawable",
";",
"this",
"align",
"image",
"=",
"align",
";",
"return",
"this",
";"
] |
[
"append",
"one",
"image"
] | [
"return",
"append",
"image",
"(",
"uri",
",",
"align",
"bottom",
")",
";"
] |
[
"append",
"one",
"image"
] | [
"apply",
"(",
"m",
"type",
"image",
")",
";",
"this",
"image",
"uri",
"=",
"uri",
";",
"this",
"align",
"image",
"=",
"align",
";",
"return",
"this",
";"
] |
[
"append",
"one",
"image"
] | [
"return",
"append",
"image",
"(",
"resource",
"id",
",",
"align",
"bottom",
")",
";"
] |
[
"append",
"space"
] | [
"return",
"append",
"space",
"(",
"size",
",",
"color",
"transparent",
")",
";"
] |
[
"append",
"space"
] | [
"apply",
"(",
"m",
"type",
"space",
")",
";",
"space",
"size",
"=",
"size",
";",
"space",
"color",
"=",
"color",
";",
"return",
"this",
";"
] |
[
"create",
"the",
"span",
"string"
] | [
"apply",
"last",
"(",
")",
";",
"return",
"m",
"builder",
";"
] |
[
"return",
"the",
"virtual",
"file",
"of",
"the",
"buck",
"file",
"of",
"the",
"given",
"target",
"todo",
"(",
"#",
"7908675",
")",
":",
"use",
"buck",
"s",
"build",
"target",
"factory",
"and",
"deprecate",
"this",
"class"
] | [
"if",
"(",
"!",
"is",
"valid",
"absolute",
"target",
"(",
"target",
")",
")",
"{",
"return",
"null",
";",
"}",
"virtual",
"file",
"buck",
"dir",
"=",
"project",
"get",
"base",
"dir",
"(",
")",
"find",
"file",
"by",
"relative",
"path",
"(",
"extract",... |
[
"get",
"the",
"value",
"of",
"a",
"property",
"in",
"a",
"specific",
"buck",
"rule",
"body",
"todo",
"(",
"#",
"7908675",
")",
":",
"we",
"should",
"use",
"buck",
"s",
"own",
"classes",
"for",
"it"
] | [
"if",
"(",
"argument",
"list",
"=",
"=",
"null",
")",
"{",
"return",
"null",
";",
"}",
"list",
"<",
"buck",
"argument",
">",
"arguments",
"=",
"argument",
"list",
"get",
"argument",
"list",
"(",
")",
";",
"for",
"(",
"buck",
"argument",
"arg",
":",
... |
[
"extract",
"the",
"integer",
"r",
"from",
"an",
"ecdsa",
"signature",
"this",
"method",
"implicitely",
"assumes",
"that",
"the",
"ecdsa",
"signature",
"is",
"der",
"encoded",
"and",
"that",
"the",
"order",
"of",
"the",
"curve",
"is",
"smaller",
"than",
"2",
... | [
"int",
"start",
"r",
"=",
"(",
"signature",
"[",
"1",
"]",
"&",
"0x",
"8",
"0",
")",
"!",
"=",
"0",
"?",
"3",
":",
"2",
";",
"int",
"length",
"r",
"=",
"signature",
"[",
"start",
"r",
"+",
"1",
"]",
";",
"return",
"new",
"big",
"integer",
"... |
[
"extract",
"the",
"k",
"that",
"was",
"used",
"to",
"sign",
"the",
"signature"
] | [
"big",
"integer",
"x",
"=",
"priv",
"get",
"s",
"(",
")",
";",
"big",
"integer",
"n",
"=",
"priv",
"get",
"params",
"(",
")",
"get",
"order",
"(",
")",
";",
"big",
"integer",
"r",
"=",
"extract",
"r",
"(",
"signature",
")",
";",
"big",
"integer",... |
[
"gets",
"the",
"value",
"of",
"the",
"specific",
"catalog",
"property"
] | [
"return",
"specific",
"catalog",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"specific",
"catalog",
"property"
] | [
"this",
"specific",
"catalog",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"specific",
"schema",
"property"
] | [
"return",
"specific",
"schema",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"specific",
"schema",
"property"
] | [
"this",
"specific",
"schema",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"specific",
"package",
"property"
] | [
"return",
"specific",
"package",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"specific",
"package",
"property"
] | [
"this",
"specific",
"package",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"specific",
"name",
"property"
] | [
"return",
"specific",
"name",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"specific",
"name",
"property"
] | [
"this",
"specific",
"name",
"=",
"value",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"ordinal",
"position",
"property"
] | [
"this",
"ordinal",
"position",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"parameter",
"mode",
"property"
] | [
"return",
"parameter",
"mode",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"parameter",
"mode",
"property"
] | [
"this",
"parameter",
"mode",
"=",
"value",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"parameter",
"name",
"property"
] | [
"this",
"parameter",
"name",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"data",
"type",
"property"
] | [
"return",
"data",
"type",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"data",
"type",
"property"
] | [
"this",
"data",
"type",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"character",
"maximum",
"length",
"property"
] | [
"return",
"character",
"maximum",
"length",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"character",
"maximum",
"length",
"property"
] | [
"this",
"character",
"maximum",
"length",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"numeric",
"precision",
"property"
] | [
"return",
"numeric",
"precision",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"numeric",
"precision",
"property"
] | [
"this",
"numeric",
"precision",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"numeric",
"scale",
"property"
] | [
"return",
"numeric",
"scale",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"numeric",
"scale",
"property"
] | [
"this",
"numeric",
"scale",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"parameter",
"default",
"property"
] | [
"return",
"parameter",
"default",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"parameter",
"default",
"property"
] | [
"this",
"parameter",
"default",
"=",
"value",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"comment",
"property"
] | [
"this",
"comment",
"=",
"value",
";"
] |
[
"failure",
"is",
"expected",
"when",
"the",
"second",
"a",
"o",
"bean",
"is",
"invoked",
"which",
"will",
"bring",
"in",
"a",
"separate",
"extended",
"persistence",
"context"
] | [
"first",
"d",
"a",
"o",
"noop",
"(",
")",
";",
"second",
"d",
"a",
"o",
"noop",
"(",
")",
";"
] |
[
"not",
"expected",
"to",
"fail",
"(",
"created",
"bean",
"should",
"use",
"the",
"same",
"xpc",
")"
] | [
"first",
"d",
"a",
"o",
"induce",
"creation",
"via",
"j",
"n",
"d",
"i",
"lookup",
"(",
")",
";"
] |
[
"not",
"expected",
"to",
"fail",
"(",
"created",
"bean",
"should",
"use",
"the",
"same",
"xpc",
")"
] | [
"first",
"d",
"a",
"o",
"induce",
"two",
"level",
"creation",
"via",
"j",
"n",
"d",
"i",
"lookup",
"(",
")",
";"
] |
[
"write",
"the",
"subscriptions",
"items",
"list",
"as",
"json",
"to",
"the",
"output"
] | [
"json",
"appendable",
"writer",
"writer",
"=",
"json",
"writer",
"on",
"(",
"out",
")",
";",
"write",
"to",
"(",
"items",
",",
"writer",
",",
"event",
"listener",
")",
";",
"writer",
"done",
"(",
")",
";"
] |
[
"{"
] | [
"ignite",
"configuration",
"c",
"=",
"super",
"get",
"configuration",
"(",
"ignite",
"instance",
"name",
")",
";",
"c",
"get",
"transaction",
"configuration",
"(",
")",
"set",
"tx",
"serializable",
"enabled",
"(",
"true",
")",
";",
"cache",
"configuration",
... |
[
"{"
] | [
"ignite",
"=",
"start",
"grid",
"(",
"1",
")",
";",
"cache",
"=",
"ignite",
"cache",
"(",
"cache",
"regular",
")",
";"
] |
[
"{"
] | [
"cache",
"=",
"null",
";",
"ignite",
"=",
"null",
";"
] |
[
"check",
"whether",
"cache",
"with",
"byte",
"array",
"entry",
"works",
"correctly",
"in",
"pessimistic",
"transaction"
] | [
"test",
"transaction",
"(",
"cache",
",",
"pessimistic",
",",
"key",
"1",
",",
"wrap",
"(",
"1",
")",
")",
";"
] |
[
"check",
"whether",
"cache",
"with",
"byte",
"array",
"entry",
"works",
"correctly",
"in",
"pessimistic",
"transaction"
] | [
"test",
"transaction",
"mixed",
"(",
"cache",
",",
"pessimistic",
",",
"key",
"1",
",",
"wrap",
"(",
"1",
")",
",",
"key",
"2",
",",
"1",
")",
";"
] |
[
"check",
"whether",
"cache",
"with",
"byte",
"array",
"entry",
"works",
"correctly",
"in",
"optimistic",
"transaction"
] | [
"test",
"transaction",
"(",
"cache",
",",
"optimistic",
",",
"key",
"1",
",",
"wrap",
"(",
"1",
")",
")",
";"
] |
[
"check",
"whether",
"cache",
"with",
"byte",
"array",
"entry",
"works",
"correctly",
"in",
"optimistic",
"transaction"
] | [
"test",
"transaction",
"mixed",
"(",
"cache",
",",
"optimistic",
",",
"key",
"1",
",",
"wrap",
"(",
"1",
")",
",",
"key",
"2",
",",
"1",
")",
";"
] |
[
"test",
"transaction",
"behavior"
] | [
"test",
"transaction",
"mixed",
"(",
"cache",
",",
"concurrency",
",",
"key",
",",
"val",
",",
"null",
",",
"null",
")",
";"
] |
[
"test",
"transaction",
"behavior"
] | [
"transaction",
"tx",
"=",
"ignite",
"transactions",
"(",
")",
"tx",
"start",
"(",
"concurrency",
",",
"repeatable",
"read",
")",
";",
"try",
"{",
"cache",
"put",
"(",
"key",
"1",
",",
"val",
"1",
")",
";",
"if",
"(",
"key",
"2",
"!",
"=",
"null",
... |
[
"overrides",
"the",
"default",
"collapse",
"/",
"expand",
"animation",
"in",
"a",
"list"
] | [
"if",
"(",
"card",
"view",
"=",
"=",
"null",
")",
"return",
";",
"card",
"view",
"set",
"on",
"expand",
"list",
"animator",
"listener",
"(",
"m",
"card",
"recycler",
"view",
")",
";"
] |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"return",
"type",
"card",
"count",
";"
] |
[
"override",
"this",
"method",
"to",
"obtain",
"a",
"card",
"from",
"a",
"position"
] | [
"public",
"abstract",
"card",
"get",
"item",
"(",
"int",
"position",
")",
";"
] |
[
"sets",
"layout",
"resource",
"id",
"used",
"by",
"rows"
] | [
"this",
"m",
"row",
"layout",
"id",
"=",
"row",
"layout",
"id",
";"
] |
[
"sets",
"layouts",
"resource",
"id",
"used",
"by",
"rows"
] | [
"m",
"row",
"layout",
"ids",
"=",
"row",
"layout",
"ids",
";",
"if",
"(",
"row",
"layout",
"ids",
"!",
"=",
"null",
")",
"type",
"card",
"count",
"=",
"row",
"layout",
"ids",
"length",
";",
"else",
"type",
"card",
"count",
"=",
"1",
";"
] |
[
"sets",
"the",
"recycler",
"view"
] | [
"m",
"card",
"recycler",
"view",
"=",
"card",
"recycler",
"view",
";"
] |
[
"appends",
"the",
"characters",
"in",
"the",
"range",
"[",
"from",
"to",
">",
"from",
"format",
"string",
"as",
"escaped",
"regexp",
"characters",
"into",
"the",
"given",
"string",
"builder",
"returns",
"true",
"if",
"there",
"were",
"any",
"letters",
"in",
... | [
"regexp",
"append",
"(",
"pattern",
"quote",
"(",
"format",
"string",
"substring",
"(",
"from",
",",
"to",
")",
")",
")",
";",
"for",
"(",
"int",
"i",
"=",
"from",
";",
"i",
"<",
"to",
";",
"i",
"+",
"+",
")",
"{",
"if",
"(",
"character",
"is",... |
[
"returns",
"whether",
"the",
"entity",
"has",
"{",
"@",
"code",
"with",
"modified",
"flag",
"}",
"features",
"and",
"has",
"no",
"old",
"state",
"most",
"likely",
"implying",
"it",
"was",
"updated",
"in",
"a",
"detached",
"entity",
"state"
] | [
"final",
"entity",
"configuration",
"configuration",
"=",
"get",
"envers",
"service",
"(",
")",
"get",
"entities",
"configurations",
"(",
")",
"get",
"(",
"entity",
"name",
")",
";",
"if",
"(",
"configuration",
"get",
"property",
"mapper",
"(",
")",
"!",
"... |
[
"{"
] | [
"return",
"flags",
";"
] |
[
"{"
] | [
"this",
"flags",
"=",
"flags",
";"
] |
[
"{"
] | [
"return",
"this",
"payload",
";"
] |
[
"{"
] | [
"this",
"payload",
"=",
"payload",
";"
] |
[
"resets",
"the",
"term",
"text",
"payload",
"flags",
"position",
"increment",
"position",
"length",
"start",
"offset",
"end",
"offset",
"and",
"token",
"type",
"to",
"default"
] | [
"super",
"clear",
"(",
")",
";",
"flags",
"=",
"0",
";",
"payload",
"=",
"null",
";"
] |
[
"creates",
"a",
"pager",
"adapter",
"that",
"will",
"create",
"the",
"fragments",
"to",
"be",
"used",
"with",
"this",
"activity",
"the",
"fragments",
"should",
"typically",
"extend",
"abstract",
"g",
"b",
"fragment"
] | [
"protected",
"abstract",
"abstract",
"fragment",
"pager",
"adapter",
"create",
"fragment",
"pager",
"adapter",
"(",
"fragment",
"manager",
"fragment",
"manager",
")",
";"
] |
[
"/",
"*",
"spr",
"-",
"2368"
] | [
"default",
"listable",
"bean",
"factory",
"factory",
"=",
"new",
"default",
"listable",
"bean",
"factory",
"(",
")",
";",
"new",
"xml",
"bean",
"definition",
"reader",
"(",
"factory",
")",
"load",
"bean",
"definitions",
"(",
"collections",
"xsd",
"context",
... |
[
"init",
"method"
] | [
"throw",
"new",
"i",
"o",
"exception",
"(",
")",
";"
] |
[
"init",
"method"
] | [
"this",
"num",
"*",
"=",
"2",
";"
] |
[
"small",
"size",
"see",
"hhh",
"-",
"8085"
] | [
"return",
"substation",
";"
] |
[
"increment",
"the",
"count",
"of",
"performed",
"state",
"updates",
"by",
"{",
"@",
"param",
"num",
"}"
] | [
"return",
"m",
"state",
"updates",
"add",
"and",
"get",
"(",
"num",
")",
";"
] |
[
"enters",
"all",
"variables",
"specific",
"to",
"this",
"{",
"@",
"link",
"abstract",
"metric",
"group",
"}",
"and",
"their",
"associated",
"values",
"into",
"the",
"map"
] | [] |
[
"returns",
"the",
"logical",
"scope",
"of",
"this",
"group",
"for",
"example",
"{",
"@",
"code",
"taskmanager",
"job",
"task",
"}"
] | [
"return",
"get",
"logical",
"scope",
"(",
"filter",
",",
"registry",
"get",
"delimiter",
"(",
")",
")",
";"
] |
[
"returns",
"the",
"logical",
"scope",
"of",
"this",
"group",
"for",
"example",
"{",
"@",
"code",
"taskmanager",
"job",
"task",
"}"
] | [
"if",
"(",
"logical",
"scope",
"string",
"=",
"=",
"null",
")",
"{",
"if",
"(",
"parent",
"=",
"=",
"null",
")",
"{",
"logical",
"scope",
"string",
"=",
"get",
"group",
"name",
"(",
"filter",
")",
";",
"}",
"else",
"{",
"logical",
"scope",
"string"... |
[
"returns",
"the",
"name",
"for",
"this",
"group",
"meaning",
"what",
"kind",
"of",
"entity",
"it",
"represents",
"for",
"example",
"taskmanager"
] | [
"protected",
"abstract",
"string",
"get",
"group",
"name",
"(",
"character",
"filter",
"filter",
")",
";"
] |
[
"gets",
"the",
"scope",
"as",
"an",
"array",
"of",
"the",
"scope",
"components",
"for",
"example",
"{",
"@",
"code",
"[",
"host",
"-",
"7",
"taskmanager",
"-",
"2",
"window",
"word",
"count",
"my",
"-",
"mapper",
"]",
"}"
] | [
"return",
"scope",
"components",
";"
] |
[
"returns",
"the",
"metric",
"query",
"service",
"scope",
"for",
"this",
"group"
] | [
"if",
"(",
"query",
"service",
"scope",
"info",
"=",
"=",
"null",
")",
"{",
"query",
"service",
"scope",
"info",
"=",
"create",
"query",
"service",
"metric",
"info",
"(",
"filter",
")",
";",
"}",
"return",
"query",
"service",
"scope",
"info",
";"
] |
[
"creates",
"the",
"metric",
"query",
"service",
"scope",
"for",
"this",
"group"
] | [
"protected",
"abstract",
"query",
"scope",
"info",
"create",
"query",
"service",
"metric",
"info",
"(",
"character",
"filter",
"filter",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.