149150151152153154155156
return false; } private static Mutation makeSchemaMutation(FunctionName name) { UTF8Type kv = (UTF8Type)SystemKeyspace.SchemaFunctionsTable.getKeyValidator(); return new Mutation(SystemKeyspace.NAME, kv.decompose(name.keyspace)); }