public class InputSchemaV4<I extends Iced,S extends InputSchemaV4<I,S>> extends Schema<I,S>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_fields |
Constructor and Description |
---|
InputSchemaV4() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@API(help="Filter on the set of output fields: if you set _fields=\"foo,bar,baz\", then only those fields will be included in the output; or you can specify _fields=\"-goo,gee\" to include all fields except goo and gee. If the result contains nested data structures, then you can refer to the fields within those structures as well. For example if you specify _fields=\"foo(oof),bar(-rab)\", then only fields foo and bar will be included, and within foo there will be only field oof, whereas within bar all fields except rab will be reported.") public java.lang.String _fields